update: some tests for upgrade
This commit is contained in:
25
test/just-etc-test-1.0.PKGBUILD
Normal file
25
test/just-etc-test-1.0.PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
pkgname="just-etc-test"
|
||||
pkgver="1.0"
|
||||
homepage="https://gitea.phywyj.dynv6.net"
|
||||
pkgdesc="just touch /etc/test"
|
||||
license=("GPL")
|
||||
sources=()
|
||||
urls=()
|
||||
md5sums=()
|
||||
|
||||
src_prepare() {
|
||||
:
|
||||
}
|
||||
|
||||
src_build() {
|
||||
touch "test"
|
||||
}
|
||||
|
||||
src_check() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
echo "src_install"
|
||||
install -D -v -m644 "test" "${pkgdir}/etc/test"
|
||||
}
|
||||
Reference in New Issue
Block a user