21 lines
492 B
Bash
21 lines
492 B
Bash
# Template file for 'gist'
|
|
pkgname=gist
|
|
version=4.4.2
|
|
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=4f570c6c32f04f529d0195c7cad93a48c9a53b2b3a9e69f68b732cdf31d3c362
|
|
noarch=yes
|
|
|
|
do_build() {
|
|
rake standalone
|
|
}
|
|
|
|
do_install() {
|
|
rake PREFIX=$DESTDIR/usr install
|
|
}
|