summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2012-09-18makepkg: implement dir_is_empty for dir content checksDave Reisner1-2/+10
2012-08-04makepkg: delay checking for build package with pkgver()Allan McRae1-46/+57
2012-08-04makepkg: add hg url supportAllan McRae1-3/+66
2012-08-04makepkg: check pkgver validity after updatingAllan McRae1-9/+25
2012-08-04makepkg: only update pkgver when all sources are availableAllan McRae1-1/+1
2012-08-04makepkg: add --holdver to control VCS source updatingAllan McRae1-3/+6
2012-08-04makepkg: do not download VCS sources unless neededAllan McRae1-6/+12
2012-08-04makepkg: rename myverAllan McRae1-4/+4
2012-08-04makepkg: add support for SVN urlsAllan McRae1-3/+70
2012-08-04makepkg: provide mechanism for auto-updating pkgverAllan McRae1-0/+21
2012-08-04makepkg: modify get_filepath to handle VCS sourcesAllan McRae1-17/+23
2012-08-04makepkg: modify get_filename to handle VCS sourcesAllan McRae1-8/+23
2012-08-04makepkg: fix checksum generation with VCS sourcesAllan McRae1-4/+15
2012-08-04makepkg: allow using GIT source URLsAllan McRae1-0/+85
2012-08-04makepkg: skip integrity checking earlyAllan McRae1-11/+13
2012-08-04makepkg: generalize download_sourcesAllan McRae1-45/+67
2012-08-04makepkg: add function to return download protocolAllan McRae1-0/+11
2012-08-04makepkg: reorder source handling functionsAllan McRae1-120/+120
2012-08-04makepkg: remove VCS package supportAllan McRae1-139/+6
2012-08-01Merge branch 'maint'Dan McGee1-1/+0
2012-08-01Add a function prepare() to PKGBUILDEnjolras1-0/+11
2012-08-01makepkg: remove unnecessary formattingAllan McRae1-1/+0
2012-08-01asdeps flag passed from makepkg to pacmanDaniel Wallace1-1/+6
2012-06-25repo-add: add checkdepends informationAllan McRae1-9/+10
2012-06-25makepkg: install deps with --repackageAllan McRae1-3/+3
2012-06-25Allow wildcards in PURGE_TARGETS to match any type of file except for directo...Jeremy Huntwork1-1/+1
2012-06-25makepkg: allow url to be overridden in split packagesAllan McRae1-1/+1
2012-06-25Portability fixes for makepkgJeremy Huntwork1-29/+22
2012-05-20makepkg: rework libdependsAllan McRae1-39/+61
2012-05-20makepkg: write makedepends into .PKGINFOAllan McRae1-0/+2
2012-05-20makepkg: Add CPPFLAGS supportAllan McRae1-2/+2
2012-05-20makepkg: use mapfile where plausibleDave Reisner1-6/+5
2012-04-30makepkg: fix package arch detectionAllan McRae1-0/+1
2012-04-29makepkg: remove subshelling from check_option and friendsDave Reisner1-58/+79
2012-04-29makepkg: null terminate filenames to stripDave Reisner1-1/+1
2012-04-24makepkg: Be more consistent with missing program messageAllan McRae1-1/+1
2012-04-24makepkg: treat list of packages to be installed as an arrayAllan McRae1-2/+2
2012-04-24makepkg: deal with overriden package arch properlyAllan McRae1-18/+33
2012-04-24Merge branch 'maint'Dan McGee1-0/+5
2012-04-24scripts: avoid dumping usage on parser failDave Reisner1-1/+1
2012-04-24makepkg: allow specifying --pkg multiple timesDave Reisner1-1/+1
2012-04-24makepkg: adopt parseopts for option parsingDave Reisner1-13/+13
2012-04-20makepkg: restrict allowed characters in pkgnameDave Reisner1-0/+5
2012-04-08makepkg: save and restore shopts when sourcing /etc/profileAllan McRae1-0/+4
2012-04-08makepkg: complain when the buildfile isn't writeableDave Reisner1-7/+7
2012-04-08makepkg: catch errors sourcing filesDave Reisner1-9/+14
2012-04-08makepkg: restrict usage of errexit to user functionsDave Reisner1-23/+23
2012-04-08makepkg: treat lib{provides,depends} returns as proper arraysDave Reisner1-6/+6
2012-04-08makepkg: use proper array addition in libdepsDave Reisner1-7/+7
2012-04-08makepkg: add missing newline from libprovides outputDave Reisner1-1/+1