summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-05abuild: rename makedepends_host virtual packageOliver Smith1-2/+2
2019-07-30add missing backslash on rmdir commandLeo1-1/+1
2019-07-17abuild: remove empty dirs in main packageNatanael Copa1-0/+6
2019-07-17abuild: add SOURCE_DATE_EPOCH supportkpcyrd2-2/+17
2019-07-17change ~ to /home/pdietlPete Dietl1-2/+2
2019-07-17abuild.in: fixup flags and usage textPete Dietl1-3/+3
2019-07-17Better use license.lst in abuild sanitycheckKeith Maxwell1-1/+1
2019-07-17abuild-fetch: use local insecure variabletcely1-3/+3
2019-07-17abuild-fetch: when http:// was used, ignore https:// problemstcely1-1/+2
2019-07-17abuild-fetch: add -k (insecure as in curl) optiontcely1-1/+11
2019-07-17newapkbuild: make python packages only depend on setuptoolsNatanael Copa1-1/+1
2019-07-17newapkbuild: add py3-setuptools to python apkbuildRuss1-1/+1
2019-07-17make default_static depend on depends_staticLeo2-1/+3
2019-07-17abuild.in: make is_x_package functions reliant on being given a nameLeo1-2/+2
2019-07-08Fix condition check for adding static libraries to -dev package.Leo1-1/+1
2019-06-20abuild-sudo: don't allow --keys-dirMax Rees1-3/+15
2019-06-14==== release 3.4.0 ====v3.4.0Natanael Copa1-1/+1
2019-06-12==== release 3.4.0_rc5 ====v3.4.0_rc5Natanael Copa1-1/+1
2019-06-12apkbuild-cpan.in: add OR to licenses to indicate perl_5 GPL or artistic is a ...Timothy Legge1-1/+1
2019-06-12abuild usage fix: fetch does not verify sourcesOliver Smith1-1/+1
2019-06-12APKBUILD.5: match install_if example to abuild.inKeith Maxwell1-3/+3
2019-06-12newapkbuild: use current directory for cmakeRuss1-1/+1
2019-06-12newapkbuild: quote pkgname and pkgvertcely1-2/+2
2019-06-12newapkbuild.in: add default check() for meson packages.Leo1-0/+6
2019-06-12Cosmetic: newapkbuild: comment for check sectionsOliver Smith1-0/+1
2019-06-12newapkbuild: fix empty function regressionOliver Smith1-0/+27