simplify issue 98
This commit is contained in:
16
test-98-app/alr.sh
Normal file
16
test-98-app/alr.sh
Normal file
@ -0,0 +1,16 @@
|
||||
name='test-98-app'
|
||||
version='1.0.0'
|
||||
release='1'
|
||||
desc='FOO PKG'
|
||||
maintainer='UNKNOWN'
|
||||
architectures=('all')
|
||||
license=('UNKNOWN')
|
||||
|
||||
build_deps=(
|
||||
'test-98-multipackage-dep-sub'
|
||||
)
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir/opt"
|
||||
echo "FOO-PKG" > "$pkgdir/opt/foo"
|
||||
}
|
Reference in New Issue
Block a user