From 2e6fe916b8f9298d3c2927e50419248989325a1e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 11 Mar 2020 20:51:22 +0300 Subject: mpd/depends/tools: add to community --- community/vimpc/build | 10 ++++++++++ community/vimpc/checksums | 1 + community/vimpc/depends | 4 ++++ community/vimpc/sources | 1 + community/vimpc/version | 1 + 5 files changed, 17 insertions(+) create mode 100755 community/vimpc/build create mode 100644 community/vimpc/checksums create mode 100644 community/vimpc/depends create mode 100644 community/vimpc/sources create mode 100644 community/vimpc/version (limited to 'community/vimpc') 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 -- cgit v1.2.3