Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Created April 16, 2013 09:42
Show Gist options
  • Save rummelonp/5394692 to your computer and use it in GitHub Desktop.
Save rummelonp/5394692 to your computer and use it in GitHub Desktop.
Tx の Homebrew 用 Formura
require 'formula'
class TxTrie < Formula
homepage 'https://code.google.com/p/tx-trie/'
url 'https://tx-trie.googlecode.com/files/tx-0.18.tar.gz'
version '0.18'
sha1 'de94178a48cd6ba05b32f667b91f3e2edfd4a562'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment