pmbootstrap/test/testdata/apkbuild/APKBUILD.subpackages

14 lines
237 B
Plaintext

pkgname="subpackages"
arch="noarch"
subpackages="simple custom:custom_function"
depends="postmarketos-base"
simple() {
mkdir "$subpkgdir"
}
custom_function() {
pkgdesc="This is one of the custom $pkgname"
depends="$depends glibc"
}