wip
This commit is contained in:
21
testapp/alr.sh
Normal file
21
testapp/alr.sh
Normal 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
|
||||
}
|
Reference in New Issue
Block a user