void-packages/srcpkgs/gist/template
2020-02-24 09:03:27 +01:00

23 lines
513 B
Bash

# Template file for 'gist'
pkgname=gist
version=5.1.0
revision=1
archs=noarch
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=843cea035c137d23d786965688afc9ee70610ac6c3d6f6615cb958d6c792fbb2
do_build() {
rake standalone
}
do_install() {
rake PREFIX=$DESTDIR/usr install
vlicense LICENSE.MIT
}