summaryrefslogtreecommitdiff
path: root/sample.APKBUILD
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24sample.APKBUILD: use https for sourceforge download linksprspkt1-1/+1
2017-04-05remove explicit `|| return 1` from all sample APKBUILDsSören Tempel1-3/+3
Those statement are no longer needed because abuild now runs with `set -e` by default. See also: 36d5193776180385a39626a83241822736a5f6b8
2017-01-29sample apkbuild: document check() function usageWilliam Pitcock1-0/+7
2016-06-13sample.APKBUILD: rename _builddir to builddirJakub Jirutka1-8/+6
2010-12-30sample.APKBUILD: update with arch and depends_devNatanael Copa1-4/+3
2009-12-30sample: use separate package()Natanael Copa1-4/+14
2009-07-01sample.APKBUILD: add more commentsNatanael Copa1-2/+7
2009-01-29abuild: support for creation of new APKBUILD from templateNatanael Copa1-0/+34
abuild [-c] -n PKGNAME[-PKGVER] creates a directory with new APKBUILD. If -c is specified will sample init.d, conf.d and install script be copied as well.