summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2020-03-09Store and read name of alternativesAllan McRae1-0/+1
2020-03-09makepkg: add basic support for alternativesAllan McRae1-0/+10
2020-02-12makepkg: drop duplicate reporting of missing dependenciesDave Reisner1-6/+0
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-2/+2
2020-01-28makepkg: add CRC checksums and set these to be the defaultAllan McRae1-2/+2
2020-01-27makepkg: make per-package files containing '$pkgname' consistently workEli Schwartz1-3/+7
2019-11-26makepkg: add the $startdir to package .BUILDINFOEli Schwartz1-1/+2
2019-11-06Remove "Generated from ...; do not edit by hand" from scriptsAllan McRae1-1/+0
2019-11-06makepkg: replaces sed in-place with built in substitutionEthan Sommer1-3/+5
2019-10-30makepkg: only run --clean actions if we built a packageEli Schwartz1-1/+1
2019-10-30makepkg: do not count hard links multiple times when calculating pkg sizeEli Schwartz1-1/+1
2019-10-30makepkg: protect against unexpected whitespace in filenamesEli Schwartz1-3/+3
2019-10-23Update copyright yearsAllan McRae1-2/+2
2019-10-09makepkg: do not save fflags when creating packagesEli Schwartz1-2/+2
2019-10-07makepkg: propagate E_REMOVE_BUILD_DEPSAlad Wenter1-1/+5
2019-10-07makepkg: remove makedepends before installing built packageErich Eckner1-0/+3
2019-10-07makepkg: wait for process to finishAllan McRae1-1/+1
2019-10-07makepkg: Delete logpipe when exitingAustin Lund1-3/+4
2019-06-25makepkg: do not exit immediately on dependency install failuresAllan McRae1-2/+2
2019-05-28makepkg: also move restore_envvars handling into libmakepkgEli Schwartz1-6/+1
2019-05-28makepkg: move config loading into libmakepkgEli Schwartz1-31/+1
2019-05-08makepkg: propagate error codes when package failed to sign correctlyEli Schwartz1-1/+1
2019-05-08makepkg: use more schema.sh to clean the environment of special variablesEli Schwartz1-3/+3
2019-05-08makepkg: fix bash 5 compatibility when packaging symlinks to a directoryEli Schwartz1-1/+2
2019-03-19Make makepkg compute sizes properlySantiago Torres1-2/+1
2019-03-07makepkg: add new checksum algorithm via coreutils b2sumEli Schwartz1-1/+1
2019-02-21makepkg: simplify run_pacman logicEli Schwartz1-5/+3
2019-02-21makepkg: implement locking for pacman commandsEli Schwartz1-0/+9
2019-01-31libmakepkg: centralise random arrays of pkgbuild variablesmorganamilo1-9/+2
2019-01-30makepkg: use --unneeded for pacman call in remove_deps()Allan McRae1-1/+1
2019-01-10makepkg: return E_PKGBUILD_ERROR for nonexistent PKGBUILDEli Schwartz1-1/+1
2019-01-10makepkg: fix unguarded use of printfEli Schwartz1-1/+1
2019-01-10makepkg: add internal variable to track when we're building a packageEli Schwartz1-7/+8
2019-01-04makepkg: Make pkgdir a localJan Alexander Steffens (heftig)1-2/+2
2019-01-04makepkg: Create a single-package packaging functionJan Alexander Steffens (heftig)1-16/+15
2019-01-04makepkg: Only backup package variables onceJan Alexander Steffens (heftig)1-1/+1
2018-11-27Split prepare_buildenv() to libmakepkgQue Quotion1-43/+1
2018-11-27Split check_software() to libmakepkgQue Quotion1-172/+0
2018-11-27makepkg: if "!buildflags" and "debug" coincide, unset the debug buildflags tooEli Schwartz1-1/+1
2018-11-03makepkg: fix .PKGINFO/.BUILDINFO files swallowing status printingEli Schwartz1-3/+2
2018-10-21makepkg: send messages to stdout rather than stderrEli Schwartz1-1/+1
2018-10-21makepkg: use builtin globbing to print files in packageEli Schwartz1-2/+5
2018-10-21makepkg: use bash 4.4 to localize `set` without explicitly saving/restoringEli Schwartz1-3/+3
2018-09-18scripts: deduplicate localized copyright messagesEli Schwartz1-2/+3
2018-09-18Revert "makepkg: add whirlpool to the list of hashing algorithms"Eli Schwartz1-1/+1
2018-08-29makepkg: don't print status for run_function when in a subshellEli Schwartz1-1/+4
2018-08-29makepkg: fix pkgver() function not aborting on errorsEli Schwartz1-0/+3
2018-08-29makepkg: don't save the same shopts twiceEli Schwartz1-5/+0
2018-08-10scripts: pass on options such as set -x to child processesEli Schwartz1-1/+1
2018-08-10scripts: Remove trailing semicolonsJan Alexander Steffens (heftig)1-7/+7