osslsigncode 1.4
Closes Homebrew/homebrew#11510. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2f9044645d
commit
393b08b0a3
1 changed files with 14 additions and 0 deletions
14
Formula/osslsigncode.rb
Normal file
14
Formula/osslsigncode.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Osslsigncode < Formula
|
||||
homepage 'http://sourceforge.net/projects/osslsigncode/'
|
||||
url 'http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.4.tar.gz'
|
||||
md5 '018b12b3efc4a5250dd3977c2bada3cd'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue