require 'formula' class Conserver < Formula homepage 'http://conserver.com' url 'http://conserver.com/conserver-8.1.18.tar.gz' sha1 '54336e8ce7f48a2d8d51e93f4df492b3e426a192' def install system "./configure", "--prefix=#{prefix}" system "make" system "make install" end end ication/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/scrollkeeper.rb
blob: 90cc47a824b9b6edcf5c647482aaab1274f3cddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21