homebrew-core/Formula/pngpaste.rb
Brett Koonce e07abc66bf pngpaste 0.2.1
upstream went 1.0.1 -> 0.2.1
2014-07-20 21:59:17 -07:00

12 lines
293 B
Ruby

require "formula"
class Pngpaste < Formula
homepage "https://github.com/jcsalterego/pngpaste"
url "https://github.com/jcsalterego/pngpaste/archive/0.2.1.tar.gz"
sha1 "33a8327365eacc862ec7cb25cc15c445d79d6d42"
def install
system "make", "all"
bin.install "pngpaste"
end
end