Update pkgar

This commit is contained in:
Jeremy Soller 2020-03-11 10:32:41 -06:00
parent b024d9bf69
commit bd71b54545
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
3 changed files with 7 additions and 10 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ source
source-new
source.tar
stage
stage.pkg
stage.sig
stage.tar
stage.tar.gz

14
cook.sh
View File

@ -42,6 +42,8 @@ function usage {
echo " difftool_upstream" >&2
echo " fetch" >&2
echo " unfetch" >&2
echo " pkg" >&2
echo " unpkg" >&2
echo " prepare" >&2
echo " unprepare" >&2
echo " publish" >&2
@ -69,8 +71,10 @@ function op {
op $1 build
op $1 stage
op $1 tar
op $1 pkg
;;
distclean)
op $1 unpkg
op $1 untar
op $1 unstage
op $1 unprepare
@ -440,17 +444,9 @@ function op {
--secret "${ROOT}/build/secret.key" \
--file stage.pkg \
stage
if command -v pigz > /dev/null
then
pigz --force stage.pkg
else
echo "Install pigz for increased performance"
gzip --force recipes/jeremy/stage.pkg
fi
;;
unpkg)
rm -fv stage.pkg stage.pkg.gz
rm -fv stage.pkg
;;
tar)
echo "name = \"$1\"" > "stage.toml"

2
pkgar

@ -1 +1 @@
Subproject commit 6855ee50a3beda271975aebce50196ebdb75d442
Subproject commit d3b5dfc7af711f32ca115bc39d45f77dac4b7b99