vimpc 0.09.1

Closes Homebrew/homebrew#30401.
master
Brett Koonce 2014-06-23 23:59:10 -07:00
parent 5720914f69
commit d60d105825
1 changed files with 10 additions and 8 deletions

View File

@ -1,21 +1,23 @@
require 'formula'
require "formula"
class Vimpc < Formula
homepage 'http://sourceforge.net/projects/vimpc/'
url 'https://downloads.sourceforge.net/project/vimpc/Release%200.08.1/vimpc-0.08.1.tar.gz'
sha1 '2620e7148b4cac7472952690e5b5df199188d3c8'
homepage "http://sourceforge.net/projects/vimpc/"
url "https://downloads.sourceforge.net/project/vimpc/Release%200.09.1/vimpc-0.09.1.tar.gz"
sha1 "b4e9790eaf0a25035ba32c2c98993fd6900a2c42"
head do
url 'https://github.com/boysetsfrog/vimpc.git'
url "https://github.com/boysetsfrog/vimpc.git"
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
depends_on 'pkg-config' => :build
depends_on 'libmpdclient'
depends_on 'pcre'
depends_on "pkg-config" => :build
depends_on "boost" => :build unless MacOS.version >= :mavericks
depends_on "taglib"
depends_on "libmpdclient"
depends_on "pcre"
def install
system "./autogen.sh" if build.head?