2013-11-01 15:32:54 +00:00
|
|
|
class Clens < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Library to help port code from OpenBSD to other operating systems"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "https://opensource.conformal.com/wiki/clens"
|
|
|
|
url "https://github.com/conformal/clens/archive/CLENS_0_7_0.tar.gz"
|
|
|
|
sha256 "0cc18155c2c98077cb90f07f6ad8334314606c4be0b6ffc13d6996171c7dc09d"
|
2013-11-01 15:32:54 +00:00
|
|
|
|
2014-03-17 00:35:06 +00:00
|
|
|
patch do
|
2014-04-11 14:49:49 +00:00
|
|
|
url "https://github.com/conformal/clens/commit/83648cc9027d9f76a1bc79ddddcbed1349b9d5cd.diff"
|
2015-08-03 12:55:31 +00:00
|
|
|
sha256 "a685d970c9bc785dcc892f39803dad2610ce979eb58738da5d45365fd81a14be"
|
2013-11-01 15:32:54 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
def install
|
|
|
|
ENV.j1
|
|
|
|
system "make", "all", "install", "LOCALBASE=#{prefix}"
|
|
|
|
end
|
|
|
|
end
|