e07abc66bf
upstream went 1.0.1 -> 0.2.1
12 lines
293 B
Ruby
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
|