# 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 " license="MIT" checksum=92b91ffe07cc51ca8576b091e7123b851ee0d7d2d3f0e21d18b19d8bd8f9aa47 noarch=yes do_build() { rake standalone } do_install() { rake PREFIX=$DESTDIR/usr install }