Skip to content

Commit

Permalink
Split out from Homebrew#37014 per "one commit per formula, one formul…
Browse files Browse the repository at this point in the history
…a per commit" guideline.
  • Loading branch information
geoff-nixon committed Feb 23, 2015
1 parent e1c6ee5 commit f0358c2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Library/Formula/vilistextum.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
require 'formula'

class Vilistextum < Formula
homepage 'http://bhaak.dyndns.org/vilistextum/'
url 'http://bhaak.dyndns.org/vilistextum/vilistextum-2.6.9.tar.gz'
sha1 'd62fe5213b61c0d0356bb2e60757dd535ac0a82b'
homepage "http://bhaak.net/vilistextum/"
url "http://bhaak.net/vilistextum/vilistextum-2.6.9.tar.gz"
sha1 "d62fe5213b61c0d0356bb2e60757dd535ac0a82b"

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
"--prefix=#{prefix}", "--mandir=#{man}"
system "make", "install"
end

test do
system "#{bin}/vilistextum", "-v"
end
end

0 comments on commit f0358c2

Please sign in to comment.