18 lines
439 B
Bash
18 lines
439 B
Bash
# Template file for 'ghi'
|
|
pkgname=ghi
|
|
version=1.1.1
|
|
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=a19fd947f1268d9f087d2a342964dfc1cb3aa96de970e82b8daf22461e07e49b
|
|
|
|
do_install() {
|
|
vbin ghi
|
|
vman man/ghi.1
|
|
}
|