New package: github-cli-0.5.5

This commit is contained in:
Toby Merz 2020-02-14 12:27:39 +01:00 committed by Juan RP
parent 1ba63d4d62
commit 683b4062ce

View file

@ -0,0 +1,19 @@
# Template file for 'github-cli'
pkgname=github-cli
version=0.5.5
revision=1
wrksrc="cli-${version}"
# create_wrksrc=yes
build_style=go
go_import_path="github.com/cli/cli/cmd/gh"
short_desc="GitHub CLI tool"
maintainer="shizonic <realtiaz@gmail.com>"
license="MIT"
homepage="https://cli.github.com"
changelog="https://github.com/cli/cli/releases"
distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz"
checksum=7c2cfdafe765a598b70b3e6de839590e8fa30a89bedc85799a43bdbc6fd3277e
post_install() {
vlicense LICENSE
}