fb-client 1.1.3
Closes Homebrew/homebrew#20433. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
04afee1719
commit
7a83b04110
1 changed files with 11 additions and 0 deletions
11
Formula/fb-client.rb
Normal file
11
Formula/fb-client.rb
Normal 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
|
Loading…
Reference in a new issue