diff --git a/Library/Formula/pngpaste.rb b/Library/Formula/pngpaste.rb new file mode 100644 index 000000000000..10f58ac1550c --- /dev/null +++ b/Library/Formula/pngpaste.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Pngpaste < Formula + homepage 'https://github.com/jcsalterego/pngpaste' + url 'https://github.com/jcsalterego/pngpaste/tarball/f6e8a5931202573b85ff1ca6d0b5816b0d7f586f' + sha1 'd498e964cce02c6f3e7389a14139078f2819d6b9' + version '1.0.0' + + def install + system 'make', 'all' + + bin.install 'pngpaste' + end +end