diff options
| author | Clinton R. Nixon | 2009-09-10 17:56:19 -0400 |
|---|---|---|
| committer | Max Howell | 2009-09-14 20:33:46 +0100 |
| commit | 901d6e4c135e013525a8a2228c7bd8e991fd4218 (patch) | |
| tree | a55b1601016e73ac5a13bca22dddac2f6751b6bc /Library/Formula | |
| parent | 6bb92434fa5bc8dc30b07419c43fd986fd3b5431 (diff) | |
| download | homebrew-901d6e4c135e013525a8a2228c7bd8e991fd4218.tar.bz2 | |
Fossil formula
Fossil: Simple, high-reliability, distributed software configuration
management.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fossil.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb new file mode 100644 index 000000000..f5b4343c4 --- /dev/null +++ b/Library/Formula/fossil.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Fossil <Formula + @url='http://www.fossil-scm.org/download/fossil-src-20090914165629.tar.gz' + @homepage='http://www.fossil-scm.org/' + @md5='79b18158e77175ab505d5157fece89fd' + + def install + system "make" + bin.install 'fossil' + end +end |
