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