Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

pngpaste formula #14985

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions 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'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't invent a version number - we use the original project's versioning.


def install
system 'make', 'all'

bin.install 'pngpaste'
end
end