Skip to content

Instantly share code, notes, and snippets.

@arubdesu
Forked from anonymous/makefile-v1
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arubdesu/11375758 to your computer and use it in GitHub Desktop.
Save arubdesu/11375758 to your computer and use it in GitHub Desktop.
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=scriptRunnerPkg
REVERSE_DOMAIN=com.grahamgilbert
PAYLOAD=\
pack-scriptRunner
pack-scriptRunner: l_usr_local_bin
@sudo ${CP} ./scriptRunner.py ${WORK_D}/usr/local/bin/scriptRunner.py
@sudo chmod 755 ${WORK_D}/usr/local/bin/scriptRunner.py
@sudo chown root:wheel ${WORK_D}/usr/local/bin/scriptRunner.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment