void-packages/srcpkgs/gist/template

22 lines
481 B
Text
Raw Normal View History

2014-03-12 12:04:01 +00:00
# Template file for 'hub'
pkgname=gist
2014-09-08 10:03:18 +00:00
version=4.3.0
2014-03-12 12:04:01 +00:00
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"
2014-09-08 10:03:18 +00:00
checksum=92b91ffe07cc51ca8576b091e7123b851ee0d7d2d3f0e21d18b19d8bd8f9aa47
2014-03-12 12:04:01 +00:00
noarch=yes
do_build() {
rake standalone
}
do_install() {
rake PREFIX=$DESTDIR/usr install
}