Skip to content

Instantly share code, notes, and snippets.

@shelling
Last active August 29, 2015 13:59
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 shelling/10521367 to your computer and use it in GitHub Desktop.
Save shelling/10521367 to your computer and use it in GitHub Desktop.
require 'formula'
class Github < Formula
homepage 'https://github.com/ingydotnet/git-hub'
url 'https://github.com/ingydotnet/git-hub/archive/perl5-advent-2013.tar.gz'
sha1 'd63e11687579c22e708d327245d0451c981b5904'
head 'https://github.com/ingydotnet/git-hub.git'
def install
system 'make'
prefix.install 'lib'
prefix.install 'bin'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment