2012-09-17 17:20:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Pngpaste < Formula
|
|
|
|
homepage 'https://github.com/jcsalterego/pngpaste'
|
2013-03-29 20:29:20 +00:00
|
|
|
url 'https://github.com/jcsalterego/pngpaste/archive/1.0.1.tar.gz'
|
|
|
|
sha1 'f81bf4a8bbda7fc1fde7a8bbb039fb1e25c4aee5'
|
2012-09-17 17:20:11 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system 'make', 'all'
|
|
|
|
bin.install 'pngpaste'
|
|
|
|
end
|
|
|
|
end
|