Skip to content

Instantly share code, notes, and snippets.

@arubdesu
Created February 9, 2015 19:30
Show Gist options
  • Save arubdesu/f6a4a642b2ef0b3380e7 to your computer and use it in GitHub Desktop.
Save arubdesu/f6a4a642b2ef0b3380e7 to your computer and use it in GitHub Desktop.
Makefile to repackage the currently VISE-installed stata13 for use with theLuggage https://github.com/unixorn/luggage
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=StataSE13
REVERSE_DOMAIN=org.my
PACKAGE_VERSION=13.1.220
PAYLOAD=prep-StataDir \
pack-Stata
prep-StataDir: l_Applications
@sudo mkdir -p ${WORK_D}/Applications/Stata
pack-Stata: /Applications/Stata
@sudo ${DITTO} /Applications/Stata ${WORK_D}/Applications/Stata
@sudo chown -R root:admin ${WORK_D}/Applications/Stata
@sudo chmod -R 775 ${WORK_D}/Applications/Stata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment