fatsort 0.9.17.269
Closes Homebrew/homebrew#13302. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
87b40c6962
commit
17bc9048f4
1 changed files with 13 additions and 0 deletions
13
Formula/fatsort.rb
Normal file
13
Formula/fatsort.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Fatsort < Formula
|
||||
homepage 'http://fatsort.sourceforge.net/'
|
||||
url 'http://sourceforge.net/projects/fatsort/files/fatsort-0.9.17.269.tar.gz'
|
||||
sha1 '43283ecd1dcbde43e1cf2b383d40e750338174cb'
|
||||
|
||||
def install
|
||||
system "make", "CC=#{ENV.cc}"
|
||||
bin.install 'src/fatsort'
|
||||
man1.install 'man/fatsort.1'
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue