osxprivacy/osx-privacy-pkg/Makefile

14 lines
251 B
Makefile
Raw Permalink Normal View History

2016-02-23 20:12:32 +00:00
THIS := $(shell basename $(shell cd . && pwd -P))
VER := $(shell date -u +%Y%m%d)
100.$(THIS)-$(VER).pkg:
pkgbuild \
--install-location / \
--scripts ./scripts/ \
--nopayload \
--identifier de.eeqj.osxpkg.$(THIS) \
$@
clean:
rm -f *.pkg