initial, untested

This commit is contained in:
admin
2016-09-30 01:06:32 -04:00
parent 5adf16a92a
commit 68b939f0d4
8 changed files with 244 additions and 0 deletions

10
custompkg/Makefile Executable file
View File

@@ -0,0 +1,10 @@
custom.pkg:
pkgbuild \
--install-location / \
--root ./root/ \
--scripts ./scripts/ \
--identifier com.example.package.custom \
$@
clean:
rm -f *.pkg