Skip to content

Commit

Permalink
dmenu 4.5
Browse files Browse the repository at this point in the history
Closes Homebrew#10756.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
afh authored and adamv committed Mar 8, 2012
1 parent 2c451dc commit c9a3c2d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Library/Formula/dmenu.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
require 'formula'

class Dmenu < Formula
url 'http://dl.suckless.org/tools/dmenu-4.4.1.tar.gz'
homepage 'http://tools.suckless.org/dmenu/'
md5 'd18aaa9ac3265f92ec34a0df0cb6ebd4'
url 'http://dl.suckless.org/tools/dmenu-4.5.tar.gz'
md5 '9c46169ed703732ec52ed946c27d84b4'
head 'http://hg.suckless.org/dmenu/'

def install
system "make PREFIX=#{prefix} install"
system "make", "PREFIX=#{prefix}", "install"
end

def test
system "#{bin}/dmenu -v"
end
end

0 comments on commit c9a3c2d

Please sign in to comment.