void-packages/srcpkgs/ghi/template

18 lines
439 B
Bash
Raw Normal View History

2014-09-29 16:55:26 +00:00
# Template file for 'ghi'
pkgname=ghi
2015-10-22 20:11:50 +00:00
version=1.0.3
2015-10-17 18:19:54 +00:00
revision=1
2014-09-30 04:24:07 +00:00
noarch=yes
2014-09-29 16:55:26 +00:00
depends="ruby"
short_desc="GitHub command line interface"
maintainer="Enno Boland <gottox@voidlinux.eu>"
2014-09-29 16:55:26 +00:00
license="MIT"
homepage="https://github.com/stephencelis/ghi"
distfiles="https://github.com/stephencelis/${pkgname}/archive/${version}.tar.gz"
2015-10-22 20:11:50 +00:00
checksum=98ddf904bfd78d7363986b75ecea294933c8b98d9c1d2828419fddcaeadc0fdd
2014-09-29 16:55:26 +00:00
do_install() {
vbin ghi
vman man/ghi.1
}