Fossil formula
Fossil: Simple, high-reliability, distributed software configuration management.
This commit is contained in:
parent
3193c44893
commit
61ba6f1277
1 changed files with 12 additions and 0 deletions
12
Formula/fossil.rb
Normal file
12
Formula/fossil.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue