tinycdb 0.78

Closes Homebrew/homebrew#21098.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Louis-Philippe Gauthier 2013-07-09 11:15:57 -04:00 committed by Adam Vandenberg
parent c7b9bc808d
commit e7893832ea
1 changed files with 12 additions and 0 deletions

12
Formula/tinycdb.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Tinycdb < Formula
homepage 'http://www.corpit.ru/mjt/tinycdb.html'
url 'http://www.corpit.ru/mjt/tinycdb/tinycdb-0.78.tar.gz'
sha1 'ade42ee1e7c56f66a63cb933206c089b9983adba'
def install
system "make"
system "make", "install", "prefix=#{prefix}", "mandir=#{man}"
end
end