fb-client 1.1.3

Closes Homebrew/homebrew#20433.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Markus Cisler 2013-06-12 12:15:40 +02:00 committed by Adam Vandenberg
parent 04afee1719
commit 7a83b04110

11
Formula/fb-client.rb Normal file
View file

@ -0,0 +1,11 @@
require 'formula'
class FbClient < Formula
homepage 'https://paste.xinu.at'
url 'https://paste.xinu.at/data/client/fb-1.1.3.tar.gz'
sha1 'e18605950735c6bd5e48636d7e7893235206e9cf'
def install
system "make", "PREFIX=#{prefix}", "install"
end
end