From 822763e55573e7f311d12759bd92da00e18dfd4d Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sun, 25 Jan 2015 21:08:46 +0100 Subject: pacvim 1.1.1 (new formula) Closes #36210. Signed-off-by: Mike McQuaid --- Library/Formula/pacvim.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/pacvim.rb (limited to 'Library/Formula/pacvim.rb') diff --git a/Library/Formula/pacvim.rb b/Library/Formula/pacvim.rb new file mode 100644 index 000000000..3deccacbd --- /dev/null +++ b/Library/Formula/pacvim.rb @@ -0,0 +1,13 @@ +class Pacvim < Formula + homepage "https://github.com/jmoon018/PacVim" + url "https://github.com/jmoon018/PacVim/archive/v1.1.1.tar.gz" + sha1 "496ed02edba8dad15ade95352a7c6441f97fdf7a" + head "https://github.com/jmoon018/PacVim.git" + + needs :cxx11 + + def install + ENV.cxx11 + system "make", "install", "PREFIX=#{prefix}" + end +end -- cgit v1.2.3