mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 21:13:04 +02:00
19 lines
525 B
Bash
19 lines
525 B
Bash
# 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
|
|
}
|