void-packages/srcpkgs/gist/template
2015-06-25 20:20:44 +02:00

21 lines
481 B
Bash

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