luit 20180628 (new formula)
Closes #31355. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
79c0eaa018
commit
24c2248ec3
1 changed files with 15 additions and 0 deletions
15
Formula/luit.rb
Normal file
15
Formula/luit.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
class Luit < Formula
|
||||
desc "Filter run between arbitrary application and UTF-8 terminal emulator"
|
||||
homepage "https://invisible-island.net/luit/"
|
||||
url "ftp://ftp.invisible-island.net/luit/luit-20180628.tgz"
|
||||
sha256 "7b84f63072589e9b03bb3e99e01ef344bb37793b76ad1cbb7b11f05000d64844"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/luit", "-list"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue