From 2ee51d0ceeca1ccadfdaa335a415c8581d9adccc Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 22 Jun 2014 11:36:47 +0200 Subject: cwm 5.5 portable version of OpenBSD's cwm(1) window manager --- Library/Formula/cwm.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Library/Formula/cwm.rb (limited to 'Library/Formula') diff --git a/Library/Formula/cwm.rb b/Library/Formula/cwm.rb new file mode 100644 index 000000000..2ea843c81 --- /dev/null +++ b/Library/Formula/cwm.rb @@ -0,0 +1,21 @@ +require "formula" + +class Cwm < Formula + homepage "https://github.com/chneukirchen/cwm" + url "https://github.com/chneukirchen/cwm/archive/v5.5.tar.gz" + sha1 "0e21a48b4973beb7ddf265bea48b73b0c39a589e" + + depends_on :x11 + depends_on "pkg-config" => :build + + patch do + # Remove this patch when updating to the next cwm release 5.6, + # where it is already contained. + url "https://github.com/chneukirchen/cwm/commit/c7f481e6fac2cb693144bff45f6180d146bf13a5.diff" + sha1 "b91bd1b14fe9d4fef287be19eabc05762e5cf047" + end + + def install + system "make", "PREFIX=#{prefix}", "install" + end +end -- cgit v1.2.3