summaryrefslogtreecommitdiffstats
path: root/abuild.in
Commit message (Expand)AuthorAgeFilesLines
* abuild: detect /bin/sh dependency even if shebang has spacesNatanael Copa2019-11-071-1/+1
* Allow round brackets in the license variableBart Ribbers2019-11-071-1/+1
* abuild: get the git commit date only when neededNatanael Copa2019-11-071-8/+12
* abuild: rename global last_commit to ABUILD_LAST_COMMITNatanael Copa2019-11-071-4/+4
* abuild: fix git_* functionsNatanael Copa2019-11-071-3/+3
* abuild: make built package reproducibleNatanael Copa2019-11-071-3/+11
* abuild: set SOURCE_DATE_EPOCH to last commit date by defaultNatanael Copa2019-11-071-5/+13
* allow override sharedir for testingNatanael Copa2019-11-071-1/+1
* rename datadir -> sharedirNatanael Copa2019-11-071-6/+6
* 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
* 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
* 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-301-4/+27
* abuild: simplify depends_staticRichard Mortier2019-09-301-11/+6
* abuild: -static depends on -dev by defaulttcely2019-09-301-1/+17
* 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-171-2/+12
* 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
* make default_static depend on depends_staticLeo2019-07-171-1/+1
* 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 usage fix: fetch does not verify sourcesOliver Smith2019-06-121-1/+1
* abuild: fix -openrc to work with multiple subpackagesNatanael Copa2019-05-031-1/+1
* abuild.in: fix warning with gawk-5.0Leo2019-04-301-1/+1
* abuild: cleanup default_dbgNatanael Copa2019-04-301-20/+18
* abuild: default_dbg: do not trigger trap with test failuretcely2019-04-301-0/+1
* abuild.in: remove duplicate options_has callLeo2019-04-291-1/+1
* abuild: default_dbg: eliminate side effectstcely2019-04-291-17/+18
* abuild-clean: add option to make files writable before cleanupKevin Daudt2019-04-291-0/+3
* abuild: change word choice in commenttcely2019-04-291-1/+1
* abuild: fix whitespace before EOLNatanael Copa2019-04-291-1/+1
* abuild: provide a default_static() and static() functionsLeo2019-04-291-2/+37
* Revert "abuild: replace command -v with which to fix build issues"Mike Sullivan2019-04-291-1/+1
* Revert "abuild: unset depends for subpackages"Natanael Copa2019-04-251-1/+0
* abuild: add depends_libs variable to default_libs()Sören Tempel2019-04-091-0/+1
* abuild: -openrc should not inherit dependstcely2019-04-031-0/+1
* Add default_cleanup_srcdirChloe Kudryavtsev2019-04-031-1/+9