diff options
Diffstat (limited to 'community/vimpc')
-rwxr-xr-x | community/vimpc/build | 10 | ||||
-rw-r--r-- | community/vimpc/checksums | 1 | ||||
-rw-r--r-- | community/vimpc/depends | 4 | ||||
-rw-r--r-- | community/vimpc/sources | 1 | ||||
-rw-r--r-- | community/vimpc/version | 1 |
5 files changed, 17 insertions, 0 deletions
diff --git a/community/vimpc/build b/community/vimpc/build new file mode 100755 index 00000000..1ba8e135 --- /dev/null +++ b/community/vimpc/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +autoreconf -i + +./configure \ + --prefix=/usr \ + --enable-taglib=no + +make +make DESTDIR="$1" install diff --git a/community/vimpc/checksums b/community/vimpc/checksums new file mode 100644 index 00000000..def9f9f9 --- /dev/null +++ b/community/vimpc/checksums @@ -0,0 +1 @@ +caa772f984e35b1c2fbe0349bc9068fc00c17bcfcc0c596f818fa894cac035ce v0.09.2.tar.gz diff --git a/community/vimpc/depends b/community/vimpc/depends new file mode 100644 index 00000000..1027a3eb --- /dev/null +++ b/community/vimpc/depends @@ -0,0 +1,4 @@ +automake make +libmpdclient +ncurses +pcre diff --git a/community/vimpc/sources b/community/vimpc/sources new file mode 100644 index 00000000..464ffe49 --- /dev/null +++ b/community/vimpc/sources @@ -0,0 +1 @@ +https://github.com/boysetsfrog/vimpc/archive/v0.09.2.tar.gz diff --git a/community/vimpc/version b/community/vimpc/version new file mode 100644 index 00000000..84fd0b73 --- /dev/null +++ b/community/vimpc/version @@ -0,0 +1 @@ +0.09.2 1 |