homebrew-core/Formula/lha.rb
2015-05-30 13:32:04 +01:00

13 lines
449 B
Ruby

class Lha < Formula
homepage "http://lha.osdn.jp"
url "http://dl.osdn.jp/lha/22231/lha-1.14i-ac20050924p1.tar.gz"
version "1.14i-ac20050924p1"
sha256 "b5261e9f98538816aa9e64791f23cb83f1632ecda61f02e54b6749e9ca5e9ee4"
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make", "install"
end
end