2014-07-21 02:25:00 +00:00
|
|
|
require "formula"
|
2012-09-17 17:20:11 +00:00
|
|
|
|
|
|
|
class Pngpaste < Formula
|
2014-07-21 02:25:00 +00:00
|
|
|
homepage "https://github.com/jcsalterego/pngpaste"
|
|
|
|
url "https://github.com/jcsalterego/pngpaste/archive/0.2.1.tar.gz"
|
|
|
|
sha1 "33a8327365eacc862ec7cb25cc15c445d79d6d42"
|
2012-09-17 17:20:11 +00:00
|
|
|
|
|
|
|
def install
|
2014-07-21 02:25:00 +00:00
|
|
|
system "make", "all"
|
|
|
|
bin.install "pngpaste"
|
2012-09-17 17:20:11 +00:00
|
|
|
end
|
|
|
|
end
|