quotatool 1.6.2
Closes Homebrew/homebrew#17071. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
44923b43c3
commit
cfd2a745ee
1 changed files with 14 additions and 0 deletions
14
Formula/quotatool.rb
Normal file
14
Formula/quotatool.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Quotatool < Formula
|
||||
homepage 'http://quotatool.ekenberg.se'
|
||||
url 'http://quotatool.ekenberg.se/quotatool-1.6.2.tar.gz'
|
||||
sha1 '632f8f470530928c57912eb95dfa540c55599c18'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
sbin.mkpath
|
||||
man8.mkpath
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue