1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-21 23:38:49 -05:00
pacman/scripts/libmakepkg
Alad Wenter 1f8f0bd9ac makepkg: Move parseopts from library to libmakepkg
parseopts is used in makepkg and other scripts such as pacman-key as a
getopt replacement.

Instead of including it in those scripts via a macro, move it to
libmakepkg/util/parseopts.sh and have scripts source this file where
appropriate.

To keep the parseopts test, a new variable was introduced:
PM_LIBMAKEPKG_DIR

Signed-off-by: Alad Wenter <alad@archlinux.info>
Signed-off-by: Allan McRae <allan@archlinux.org>
2016-10-22 20:50:54 +10:00
..
integrity libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00
lint_package Update copyright years for 2016 2016-01-04 13:27:08 +10:00
lint_pkgbuild lint_pkgbuild/pkgname: pkgname is not allowed to be empty 2016-10-10 10:38:05 +10:00
source Update copyright years for 2016 2016-01-04 13:27:08 +10:00
tidy libmakepkg: ensure emptydir find command acts on individual directories 2016-03-21 13:14:56 +10:00
util makepkg: Move parseopts from library to libmakepkg 2016-10-22 20:50:54 +10:00
.gitignore libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00
integrity.sh.in libmakepkg: extract functions for integrity checking 2016-05-18 15:45:56 +10:00
lint_package.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
lint_pkgbuild.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
source.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
srcinfo.sh.in libmakepkg: extract functions for writing .SRCINFO files 2016-03-28 16:26:12 +10:00
tidy.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
util.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00