Skip to content

Commit

Permalink
dvtm 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce committed Aug 22, 2014
1 parent bd84c94 commit 0344535
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/dvtm.rb
@@ -1,14 +1,14 @@
require 'formula'
require "formula"

class Dvtm < Formula
homepage 'http://www.brain-dump.org/projects/dvtm/'
url 'http://www.brain-dump.org/projects/dvtm/dvtm-0.11.tar.gz'
sha1 'f82927afb88e3745dfed11fd39e5f6f9e956099e'
head 'git://repo.or.cz/dvtm.git'
homepage "http://www.brain-dump.org/projects/dvtm/"
url "http://www.brain-dump.org/projects/dvtm/dvtm-0.12.tar.gz"
sha1 "1b433db25d9751e820fc8213874eb57fd15e5552"
head "git://repo.or.cz/dvtm.git"

def install
inreplace 'config.mk', 'LIBS = -lc -lutil -lncursesw', 'LIBS = -lc -lutil -lncurses'
inreplace 'Makefile', 'strip -s', 'strip'
inreplace "config.mk", "LIBS = -lc -lutil -lncursesw", "LIBS = -lc -lutil -lncurses"
inreplace "Makefile", "strip -s", "strip"
system "make", "PREFIX=#{prefix}", "install"
end
end

0 comments on commit 0344535

Please sign in to comment.