Created
October 23, 2013 20:01
-
-
Save LeifW/7125693 to your computer and use it in GitHub Desktop.
Make a Mac package for Idris
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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