void-packages/srcpkgs/gist/template
2014-09-08 10:03:46 +00:00

22 lines
481 B
Plaintext

# Template file for 'hub'
pkgname=gist
version=4.3.0
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=92b91ffe07cc51ca8576b091e7123b851ee0d7d2d3f0e21d18b19d8bd8f9aa47
noarch=yes
do_build() {
rake standalone
}
do_install() {
rake PREFIX=$DESTDIR/usr install
}