2012-01-19 21:24:59 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Poster < Formula
|
|
|
|
homepage 'http://schrfr.github.com/poster/'
|
2012-03-03 23:59:37 +00:00
|
|
|
url 'https://github.com/schrfr/poster/tarball/1.0.0'
|
2012-01-19 21:24:59 +00:00
|
|
|
md5 'c76de471156c65b8182de0e6f5c8f1b5'
|
|
|
|
|
|
|
|
def install
|
2012-03-03 23:59:37 +00:00
|
|
|
system "make"
|
|
|
|
bin.install 'poster'
|
|
|
|
man1.install 'poster.1'
|
2012-01-19 21:24:59 +00:00
|
|
|
end
|
|
|
|
end
|