summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-19==== release 3.5.0 ====v3.5.0Natanael Copa1-1/+1
2019-12-18==== release 3.5.0_rc3 ====v3.5.0_rc3Natanael Copa1-1/+1
2019-12-05abuild: fix building without gitNatanael Copa1-0/+4
2019-11-28abuild: fix applying patches from httpsNatanael Copa1-1/+1
2019-11-26==== release 3.5.0_rc2 ====v3.5.0_rc2Natanael Copa1-1/+1
2019-11-26abuild: set SOURCE_DATE_EPOCH from rootpkgNatanael Copa1-1/+4
2019-11-14abuild: Fix abuild rootbldSören Tempel1-9/+17
2019-11-07Revert "abuild: make built package reproducible"Natanael Copa1-11/+3
2019-11-07functions.sh: dont die if gcc is missingNatanael Copa2-1/+12
2019-11-07==== release 3.5.0_rc1 ====v3.5.0_rc1Natanael Copa1-1/+1
2019-11-07abuild: detect /bin/sh dependency even if shebang has spacesNatanael Copa1-1/+1
2019-11-07Change permissions for sudo to 4555Fredrik Gustafsson1-1/+1
2019-11-07Allow round brackets in the license variableBart Ribbers1-1/+1
2019-11-07abuild: get the git commit date only when neededNatanael Copa1-8/+12
2019-11-07abuild: rename global last_commit to ABUILD_LAST_COMMITNatanael Copa1-4/+4
2019-11-07abuild: fix git_* functionsNatanael Copa1-3/+3
2019-11-07abuild: make built package reproducibleNatanael Copa1-3/+11
2019-11-07abuild-sign: dont set timestamp in gzipNatanael Copa1-1/+1
2019-11-07abuild-sign: use pigz if availableNatanael Copa1-1/+3
2019-11-07abuild: set SOURCE_DATE_EPOCH to last commit date by defaultNatanael Copa1-5/+13
2019-11-07make: install depends as virtualNatanael Copa1-1/+1
2019-11-07make: add `depends` targetRichard Mortier1-1/+3
2019-11-07allow override sharedir for testingNatanael Copa9-8/+9
2019-11-07rename datadir -> sharedirNatanael Copa9-39/+39
2019-11-07add basic tests using batsNatanael Copa4-0/+50
2019-10-27newapkbuild: simplify source URL derived from GitHub URLJakub Jirutka1-1/+1
2019-10-27newapkbuild: run cargo install with --lockedJakub Jirutka1-1/+1
2019-10-01abuild: remove unused print_version functionNatanael Copa1-4/+0
2019-10-01abuild: add -V for print abuild versionNatanael Copa1-1/+2
2019-10-01abuild: only set sysconfdir in functions.shNatanael Copa1-1/+0
2019-10-01Fix package version check on checkapkLeo1-1/+1
2019-10-01newapkbuild: add rust supportRasmus Thomsen1-2/+32
2019-10-01apkbuild-cpan.in: add 'configure' prereqsJoseph Burt1-3/+8
2019-10-01apkbuild-cpan.in: always start pkgver with a digitJoseph Burt1-4/+5
2019-10-01Make default_dev move to /usr/share/pkgconfigLeo1-6/+5
2019-10-01Add support for parsing pkg-config files in /usr/share/pkgconfigLeo1-9/+13
2019-10-01abuild: add amove func to move from $pkgdir to $subpkgdirNatanael Copa1-0/+23
2019-10-01Makefile: clean *.o filesNatanael Copa1-1/+1
2019-10-01abuild: various USE_CCACHE fixesNatanael Copa1-13/+2
2019-10-01abuild: only set up ccache in rootbld when USE_CCACHE is setNatanael Copa1-2/+3
2019-09-30feat: add support for ccacheJoseph Benden3-5/+33
2019-09-30abuild: simplify depends_staticRichard Mortier1-11/+6
2019-09-30abuild: -static depends on -dev by defaulttcely1-1/+17
2019-09-30Allow for git remote url to end in aports.git, (i.e., allow SSH git remotes)Pete Dietl1-2/+3
2019-08-09apkbuild-pypi.in: fix bugs, upgrade for python3 only and add to makeTimothy Legge2-21/+33
2019-08-09gitignore apkbuild-pypiNatanael Copa1-0/+1
2019-08-09abuild: convert -{alpha,beta,rc,pre} version suffixes from pkgconfNatanael Copa1-1/+1
2019-08-09abuild: verify that the pkgconf version is validNatanael Copa1-0/+1
2019-08-07abuild: install dependencies from other reposKaarle Ritvanen1-8/+24
2019-08-07abuild: remove recursive modeKaarle Ritvanen1-147/+7