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-09-03 18:33:56 +00:00
|
|
|
sha1 '30492aa7e9aa4242b4540b9b60df9538c21fcf7e'
|
2012-01-19 21:24:59 +00:00
|
|
|
|
|
|
|
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
|