14 lines
523 B
Bash
14 lines
523 B
Bash
# Template file for 'twitch-cli'
|
|
pkgname=twitch-cli
|
|
version=1.1.14
|
|
revision=4
|
|
build_style=go
|
|
go_import_path="github.com/twitchdev/twitch-cli"
|
|
go_ldflags="-X main.buildVersion=$version"
|
|
short_desc="Official Twitch CLI to make developing on Twitch easier"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://dev.twitch.tv/docs/cli"
|
|
distfiles="https://github.com/twitchdev/twitch-cli/archive/refs/tags/v$version.tar.gz"
|
|
checksum=2a12e5b8f3e29eb84345db7f2ee96cfc6df09dc6a78947032231dbdb0bcf71af
|