homebrew-core/Formula/spiped.rb
Berk D. Demir b10e34d9f7 spiped 1.2.2
Closes Homebrew/homebrew#16086.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-15 12:09:20 -06:00

15 lines
438 B
Ruby

require 'formula'
class Spiped < Formula
homepage 'http://www.tarsnap.com/spiped.html'
url 'https://www.tarsnap.com/spiped/spiped-1.2.2.tgz'
sha256 'a9eb4681e4ccd5d86b8a2d4e16785db8ba10d8a9f7f732485511fd4b92dff1ec'
depends_on :bsdmake => :build
def install
system "bsdmake", "BINDIR_DEFAULT=#{bin}", "install"
doc.install 'spiped/README' => 'README.spiped',
'spipe/README' => 'README.spipe'
end
end