mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 21:13:04 +02:00
New package: github-cli-0.5.5
This commit is contained in:
parent
1ba63d4d62
commit
683b4062ce
1 changed files with 19 additions and 0 deletions
19
srcpkgs/github-cli/template
Normal file
19
srcpkgs/github-cli/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue