Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@daveharris
Created November 24, 2014 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daveharris/ee6ab5d91101bef2abcc to your computer and use it in GitHub Desktop.
Save daveharris/ee6ab5d91101bef2abcc to your computer and use it in GitHub Desktop.
Bashmarks Homebrew Install Formula
require "formula"
class Bashmarks < Formula
homepage "https://github.com/huyng/bashmarks"
url "https://github.com/daveharris/bashmarks/archive/1.0.tar.gz"
sha1 "53010ce4f613e5e30070ceae01eee5526f3063b2"
version "1.0"
def install
system "make", "install"
end
test do
system "bashmarks"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment