This commit is contained in:
2025-02-11 16:09:06 +03:00
parent 6d0d588507
commit bd37a6b8d3
2 changed files with 29 additions and 8 deletions

21
testapp/alr.sh Normal file
View File

@@ -0,0 +1,21 @@
name=testapp
version='1.0.0'
release=1
epoch=2
desc="Test package"
homepage='https://example.com'
maintainer='Ivan Ivanov'
architectures=(all)
deps=(
testpkg_bar
testpkg_buz
)
build() {
echo testapp > $srcdir/testapp
}
package() {
cp $srcdir/* $pkgdir
}