entr 2.2
Closes Homebrew/homebrew#25005. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
53589b9309
commit
dc7a8312eb
1 changed files with 15 additions and 0 deletions
15
Formula/entr.rb
Normal file
15
Formula/entr.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Entr < Formula
|
||||
homepage 'http://entrproject.org/'
|
||||
url 'http://entrproject.org/code/entr-2.2.tar.gz'
|
||||
sha1 '71eedf5d9397a08a231f0ab400f5aeec4f77571b'
|
||||
|
||||
def install
|
||||
ENV['PREFIX'] = prefix
|
||||
ENV['MANPREFIX'] = man
|
||||
system "./configure"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue