void-packages/srcpkgs/ghi/template
2015-10-18 13:22:57 +02:00

17 lines
439 B
Bash

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