summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* abuild: make built package reproducibleNatanael Copa2019-11-071-3/+11
* abuild-sign: dont set timestamp in gzipNatanael Copa2019-11-071-1/+1
* abuild-sign: use pigz if availableNatanael Copa2019-11-071-1/+3
* abuild: set SOURCE_DATE_EPOCH to last commit date by defaultNatanael Copa2019-11-071-5/+13
* make: install depends as virtualNatanael Copa2019-11-071-1/+1
* make: add `depends` targetRichard Mortier2019-11-071-1/+3
* allow override sharedir for testingNatanael Copa2019-11-079-8/+9
* rename datadir -> sharedirNatanael Copa2019-11-079-39/+39
* add basic tests using batsNatanael Copa2019-11-074-0/+50
* newapkbuild: simplify source URL derived from GitHub URLJakub Jirutka2019-10-271-1/+1
* newapkbuild: run cargo install with --lockedJakub Jirutka2019-10-271-1/+1
* abuild: remove unused print_version functionNatanael Copa2019-10-011-4/+0
* abuild: add -V for print abuild versionNatanael Copa2019-10-011-1/+2
* abuild: only set sysconfdir in functions.shNatanael Copa2019-10-011-1/+0
* Fix package version check on checkapkLeo2019-10-011-1/+1
* newapkbuild: add rust supportRasmus Thomsen2019-10-011-2/+32
* apkbuild-cpan.in: add 'configure' prereqsJoseph Burt2019-10-011-3/+8
* apkbuild-cpan.in: always start pkgver with a digitJoseph Burt2019-10-011-4/+5
* Make default_dev move to /usr/share/pkgconfigLeo2019-10-011-6/+5
* Add support for parsing pkg-config files in /usr/share/pkgconfigLeo2019-10-011-9/+13
* abuild: add amove func to move from $pkgdir to $subpkgdirNatanael Copa2019-10-011-0/+23
* Makefile: clean *.o filesNatanael Copa2019-10-011-1/+1
* abuild: various USE_CCACHE fixesNatanael Copa2019-10-011-13/+2
* abuild: only set up ccache in rootbld when USE_CCACHE is setNatanael Copa2019-10-011-2/+3
* feat: add support for ccacheJoseph Benden2019-09-303-5/+33
* abuild: simplify depends_staticRichard Mortier2019-09-301-11/+6
* abuild: -static depends on -dev by defaulttcely2019-09-301-1/+17
* Allow for git remote url to end in aports.git, (i.e., allow SSH git remotes)Pete Dietl2019-09-301-2/+3
* apkbuild-pypi.in: fix bugs, upgrade for python3 only and add to makeTimothy Legge2019-08-092-21/+33
* gitignore apkbuild-pypiNatanael Copa2019-08-091-0/+1
* abuild: convert -{alpha,beta,rc,pre} version suffixes from pkgconfNatanael Copa2019-08-091-1/+1
* abuild: verify that the pkgconf version is validNatanael Copa2019-08-091-0/+1
* abuild: install dependencies from other reposKaarle Ritvanen2019-08-071-8/+24
* abuild: remove recursive modeKaarle Ritvanen2019-08-071-147/+7
* abuild: rename makedepends_host virtual packageOliver Smith2019-08-051-2/+2
* add missing backslash on rmdir commandLeo2019-07-301-1/+1
* abuild: remove empty dirs in main packageNatanael Copa2019-07-171-0/+6
* abuild: add SOURCE_DATE_EPOCH supportkpcyrd2019-07-172-2/+17
* change ~ to /home/pdietlPete Dietl2019-07-171-2/+2
* abuild.in: fixup flags and usage textPete Dietl2019-07-171-3/+3
* Better use license.lst in abuild sanitycheckKeith Maxwell2019-07-171-1/+1
* abuild-fetch: use local insecure variabletcely2019-07-171-3/+3
* abuild-fetch: when http:// was used, ignore https:// problemstcely2019-07-171-1/+2
* abuild-fetch: add -k (insecure as in curl) optiontcely2019-07-171-1/+11
* newapkbuild: make python packages only depend on setuptoolsNatanael Copa2019-07-171-1/+1
* newapkbuild: add py3-setuptools to python apkbuildRuss2019-07-171-1/+1
* make default_static depend on depends_staticLeo2019-07-172-1/+3
* abuild.in: make is_x_package functions reliant on being given a nameLeo2019-07-171-2/+2
* Fix condition check for adding static libraries to -dev package.Leo2019-07-081-1/+1
* abuild-sudo: don't allow --keys-dirMax Rees2019-06-201-3/+15