pmbootstrap/test/testdata/apkbuild/APKBUILD.depends-in-depends

9 lines
169 B
Plaintext

pkgname="depends-in-depends"
pkgver="1.0.0"
pkgrel=0
arch="armhf"
depends="first"
depends="$depends second"
depends="${depends} third"
pkgdesc="depends-in-depends test"