Age | Commit message (Expand) | Author | Files | Lines |
2019-11-07 | abuild: rename global last_commit to ABUILD_LAST_COMMIT | Natanael Copa | 1 | -4/+4 |
2019-11-07 | abuild: fix git_* functions | Natanael Copa | 1 | -3/+3 |
2019-11-07 | abuild: make built package reproducible | Natanael Copa | 1 | -3/+11 |
2019-11-07 | abuild-sign: dont set timestamp in gzip | Natanael Copa | 1 | -1/+1 |
2019-11-07 | abuild-sign: use pigz if available | Natanael Copa | 1 | -1/+3 |
2019-11-07 | abuild: set SOURCE_DATE_EPOCH to last commit date by default | Natanael Copa | 1 | -5/+13 |
2019-11-07 | make: install depends as virtual | Natanael Copa | 1 | -1/+1 |
2019-11-07 | make: add `depends` target | Richard Mortier | 1 | -1/+3 |
2019-11-07 | allow override sharedir for testing | Natanael Copa | 9 | -8/+9 |
2019-11-07 | rename datadir -> sharedir | Natanael Copa | 9 | -39/+39 |
2019-11-07 | add basic tests using bats | Natanael Copa | 4 | -0/+50 |
2019-10-27 | newapkbuild: simplify source URL derived from GitHub URL | Jakub Jirutka | 1 | -1/+1 |
2019-10-27 | newapkbuild: run cargo install with --locked | Jakub Jirutka | 1 | -1/+1 |
2019-10-01 | abuild: remove unused print_version function | Natanael Copa | 1 | -4/+0 |
2019-10-01 | abuild: add -V for print abuild version | Natanael Copa | 1 | -1/+2 |
2019-10-01 | abuild: only set sysconfdir in functions.sh | Natanael Copa | 1 | -1/+0 |
2019-10-01 | Fix package version check on checkapk | Leo | 1 | -1/+1 |
2019-10-01 | newapkbuild: add rust support | Rasmus Thomsen | 1 | -2/+32 |
2019-10-01 | apkbuild-cpan.in: add 'configure' prereqs | Joseph Burt | 1 | -3/+8 |
2019-10-01 | apkbuild-cpan.in: always start pkgver with a digit | Joseph Burt | 1 | -4/+5 |
2019-10-01 | Make default_dev move to /usr/share/pkgconfig | Leo | 1 | -6/+5 |
2019-10-01 | Add support for parsing pkg-config files in /usr/share/pkgconfig | Leo | 1 | -9/+13 |
2019-10-01 | abuild: add amove func to move from $pkgdir to $subpkgdir | Natanael Copa | 1 | -0/+23 |
2019-10-01 | Makefile: clean *.o files | Natanael Copa | 1 | -1/+1 |
2019-10-01 | abuild: various USE_CCACHE fixes | Natanael Copa | 1 | -13/+2 |
2019-10-01 | abuild: only set up ccache in rootbld when USE_CCACHE is set | Natanael Copa | 1 | -2/+3 |
2019-09-30 | feat: add support for ccache | Joseph Benden | 3 | -5/+33 |
2019-09-30 | abuild: simplify depends_static | Richard Mortier | 1 | -11/+6 |
2019-09-30 | abuild: -static depends on -dev by default | tcely | 1 | -1/+17 |
2019-09-30 | Allow for git remote url to end in aports.git, (i.e., allow SSH git remotes) | Pete Dietl | 1 | -2/+3 |
2019-08-09 | apkbuild-pypi.in: fix bugs, upgrade for python3 only and add to make | Timothy Legge | 2 | -21/+33 |
2019-08-09 | gitignore apkbuild-pypi | Natanael Copa | 1 | -0/+1 |
2019-08-09 | abuild: convert -{alpha,beta,rc,pre} version suffixes from pkgconf | Natanael Copa | 1 | -1/+1 |
2019-08-09 | abuild: verify that the pkgconf version is valid | Natanael Copa | 1 | -0/+1 |
2019-08-07 | abuild: install dependencies from other repos | Kaarle Ritvanen | 1 | -8/+24 |
2019-08-07 | abuild: remove recursive mode | Kaarle Ritvanen | 1 | -147/+7 |
2019-08-05 | abuild: rename makedepends_host virtual package | Oliver Smith | 1 | -2/+2 |
2019-07-30 | add missing backslash on rmdir command | Leo | 1 | -1/+1 |
2019-07-17 | abuild: remove empty dirs in main package | Natanael Copa | 1 | -0/+6 |
2019-07-17 | abuild: add SOURCE_DATE_EPOCH support | kpcyrd | 2 | -2/+17 |
2019-07-17 | change ~ to /home/pdietl | Pete Dietl | 1 | -2/+2 |
2019-07-17 | abuild.in: fixup flags and usage text | Pete Dietl | 1 | -3/+3 |
2019-07-17 | Better use license.lst in abuild sanitycheck | Keith Maxwell | 1 | -1/+1 |
2019-07-17 | abuild-fetch: use local insecure variable | tcely | 1 | -3/+3 |
2019-07-17 | abuild-fetch: when http:// was used, ignore https:// problems | tcely | 1 | -1/+2 |
2019-07-17 | abuild-fetch: add -k (insecure as in curl) option | tcely | 1 | -1/+11 |
2019-07-17 | newapkbuild: make python packages only depend on setuptools | Natanael Copa | 1 | -1/+1 |
2019-07-17 | newapkbuild: add py3-setuptools to python apkbuild | Russ | 1 | -1/+1 |
2019-07-17 | make default_static depend on depends_static | Leo | 2 | -1/+3 |
2019-07-17 | abuild.in: make is_x_package functions reliant on being given a name | Leo | 1 | -2/+2 |