summaryrefslogtreecommitdiffstats
path: root/sample.APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* sample.APKBUILD: use https for sourceforge download linksprspkt2018-09-241-1/+1
|
* remove explicit `|| return 1` from all sample APKBUILDsSören Tempel2017-04-051-3/+3
| | | | | | | Those statement are no longer needed because abuild now runs with `set -e` by default. See also: 36d5193776180385a39626a83241822736a5f6b8
* sample apkbuild: document check() function usageWilliam Pitcock2017-01-291-0/+7
|
* sample.APKBUILD: rename _builddir to builddirJakub Jirutka2016-06-131-8/+6
|
* sample.APKBUILD: update with arch and depends_devNatanael Copa2010-12-301-4/+3
|
* sample: use separate package()Natanael Copa2009-12-301-4/+14
|
* sample.APKBUILD: add more commentsNatanael Copa2009-07-011-2/+7
|
* abuild: support for creation of new APKBUILD from templateNatanael Copa2009-01-291-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.