void-packages/srcpkgs/ghi/template
2016-02-01 12:01:36 +01:00

18 lines
439 B
Bash

# Template file for 'ghi'
pkgname=ghi
version=1.1.0
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=90ee10cefe9b83514eadb185b339a7147627c54c508e28f292e56719af6bfcb6
do_install() {
vbin ghi
vman man/ghi.1
}