From 1465bda480a874ef63f5649a6b0943b7c9e88d0c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 12 Mar 2014 13:04:01 +0100 Subject: [PATCH] New package: gist-4.2.1 --- srcpkgs/gist/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/gist/template diff --git a/srcpkgs/gist/template b/srcpkgs/gist/template new file mode 100644 index 00000000000..196df16602f --- /dev/null +++ b/srcpkgs/gist/template @@ -0,0 +1,21 @@ +# Template file for 'hub' +pkgname=gist +version=4.2.1 +revision=1 +homepage="http://defunkt.io/gist/" +distfiles="https://github.com/defunkt/$pkgname/archive/v${version}.tar.gz" +depends="ruby" +hostmakedepends="ruby" +short_desc="uploads content to gist.github.com" +maintainer="Enno Boland " +license="MIT" +checksum=36fd18c9dcee0117a9c9b277cfffd798a36a3b26e033976e550eb1e694afe758 +noarch=yes + +do_build() { + rake standalone +} + +do_install() { + rake PREFIX=$DESTDIR/usr install +}