22 lines
500 B
Bash
22 lines
500 B
Bash
# Template file for 'gist'
|
|
pkgname=gist
|
|
version=6.0.0
|
|
revision=1
|
|
hostmakedepends="ruby"
|
|
depends="ruby"
|
|
short_desc="Uploads content to gist.github.com"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://defunkt.io/gist/"
|
|
distfiles="https://github.com/defunkt/gist/archive/v${version}.tar.gz"
|
|
checksum=ddfb33c039f8825506830448a658aa22685fc0c25dbe6d0240490982c4721812
|
|
|
|
do_build() {
|
|
rake standalone
|
|
}
|
|
|
|
do_install() {
|
|
rake PREFIX=$DESTDIR/usr install
|
|
vlicense LICENSE.MIT
|
|
}
|