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-18 11:22:57 +00:00
version=1.0.2
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-18 11:22:57 +00:00
checksum=7ab047dafb501bfa34e5d5fedd64954ad9c1dbb47faabe2d9789ac8b53796d11
2014-09-29 16:55:26 +00:00
do_install() {
vbin ghi
vman man/ghi.1
}