void-packages/srcpkgs/gist/template
2017-05-17 16:38:13 +02:00

21 lines
492 B
Bash

# Template file for 'gist'
pkgname=gist
version=4.6.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 <gottox@voidlinux.eu>"
license="MIT"
checksum=8438793d39655405ee565d80d361553f9e485e684f361f74b6e199ac93ac2fed
noarch=yes
do_build() {
rake standalone
}
do_install() {
rake PREFIX=$DESTDIR/usr install
}