Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-24 | sample.APKBUILD: use https for sourceforge download links | prspkt | 1 | -1/+1 | |
2017-04-05 | remove explicit `|| return 1` from all sample APKBUILDs | Sören Tempel | 1 | -3/+3 | |
Those statement are no longer needed because abuild now runs with `set -e` by default. See also: 36d5193776180385a39626a83241822736a5f6b8 | |||||
2017-01-29 | sample apkbuild: document check() function usage | William Pitcock | 1 | -0/+7 | |
2016-06-13 | sample.APKBUILD: rename _builddir to builddir | Jakub Jirutka | 1 | -8/+6 | |
2010-12-30 | sample.APKBUILD: update with arch and depends_dev | Natanael Copa | 1 | -4/+3 | |
2009-12-30 | sample: use separate package() | Natanael Copa | 1 | -4/+14 | |
2009-07-01 | sample.APKBUILD: add more comments | Natanael Copa | 1 | -2/+7 | |
2009-01-29 | abuild: support for creation of new APKBUILD from template | Natanael Copa | 1 | -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. |