Skip to content

Instantly share code, notes, and snippets.

@LeifW
Created October 23, 2013 20:01
Show Gist options
  • Save LeifW/7125693 to your computer and use it in GitHub Desktop.
Save LeifW/7125693 to your computer and use it in GitHub Desktop.
Make a Mac package for Idris
cabal configure --prefix=/usr/local
cabal build
cabal copy --destdir=/tmp/idris-pkg/
pkgbuild --id org.idris-dev --root /tmp/idris-pkg/ idris.pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment