22 lines
514 B
Bash
22 lines
514 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
|
|
vlicense LICENSE.MIT
|
|
}
|