void-packages/srcpkgs/ghi/template
2015-12-31 23:42:57 +01:00

17 lines
439 B
Bash

# Template file for 'ghi'
pkgname=ghi
version=1.0.4
revision=1
noarch=yes
depends="ruby"
short_desc="GitHub command line interface"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="https://github.com/stephencelis/ghi"
distfiles="https://github.com/stephencelis/${pkgname}/archive/${version}.tar.gz"
checksum=6fd0442a4b64a66ee27f0d09caf27bcc117737bd997653b94e8404ef7795f963
do_install() {
vbin ghi
vman man/ghi.1
}