New package: gist-4.2.1

This commit is contained in:
Enno Boland 2014-03-12 13:04:01 +01:00
parent 9396a364b5
commit 1465bda480

21
srcpkgs/gist/template Normal file
View file

@ -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 <eb@s01.de>"
license="MIT"
checksum=36fd18c9dcee0117a9c9b277cfffd798a36a3b26e033976e550eb1e694afe758
noarch=yes
do_build() {
rake standalone
}
do_install() {
rake PREFIX=$DESTDIR/usr install
}