Skip to content

Instantly share code, notes, and snippets.

@StuHorsman-zz
Created October 15, 2014 03:02
Show Gist options
  • Select an option

  • Save StuHorsman-zz/a19653be9b2425a6aa29 to your computer and use it in GitHub Desktop.

Select an option

Save StuHorsman-zz/a19653be9b2425a6aa29 to your computer and use it in GitHub Desktop.
Using fpm to build RHEL packages
fpm -s dir -t rpm -n "cabal" -v "1.20.0.3" -p "cabal-1.20.0.3.rpm" /opt/cabal/1.20.0.3
fpm -s dir -t rpm -n "ghc" -v "7.8.3" -p "ghc-7.8.3.rpm" /opt/ghc/7.8.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment