Skip to content

Instantly share code, notes, and snippets.

@psykidellic
Created July 1, 2012 02:39
Show Gist options
  • Save psykidellic/3026563 to your computer and use it in GitHub Desktop.
Save psykidellic/3026563 to your computer and use it in GitHub Desktop.
require 'formula'
class Newsbeuter < Formula
homepage 'http://newsbeuter.org/'
url 'http://newsbeuter.org/downloads/newsbeuter-2.5.tar.gz'
md5 'bb8cd3f2a3693de4c16be28c869a1f75'
depends_on 'libstfl'
depends_on 'sqlite'
depends_on 'json-c'
depends_on 'gettext'
def patches
"https://raw.github.com/gist/2431979/newsbeuter.diff"
end
def install
system "make"
system "make install prefix=#{prefix}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment