Skip to content

Instantly share code, notes, and snippets.

@FiloSottile
Created September 3, 2014 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FiloSottile/7dd794d634b609879947 to your computer and use it in GitHub Desktop.
Save FiloSottile/7dd794d634b609879947 to your computer and use it in GitHub Desktop.
require "formula"
class PinentryMac < Formula
head "https://github.com/GPGTools/pinentry-mac.git"
def install
system "make"
prefix.install "build/Release/pinentry-mac.app"
bin.write_exec_script "#{prefix}/pinentry-mac.app/Contents/MacOS/pinentry-mac"
end
test do
system "echo BYE | #{bin}/pinentry-mac"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment