parent
0103ba1bc2
commit
200fd87438
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Postmark <Formula
|
||||
url 'ftp://ftp.us.debian.org/debian/pool/main/p/postmark/postmark_1.51.orig.tar.gz'
|
||||
homepage 'http://packages.debian.org/stable/utils/postmark'
|
||||
md5 'b494167c2df1850004110ab28e5ad164'
|
||||
|
||||
def install
|
||||
system "cc -o postmark postmark-*.c"
|
||||
bin.install "postmark"
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue