void-packages/srcpkgs/gist/template
2014-03-12 13:04:14 +01:00

22 lines
481 B
Plaintext

# 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
}