mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: transifex-cli-1.2.1
This commit is contained in:
parent
3da67999e8
commit
9110dd47d2
1 changed files with 19 additions and 0 deletions
19
srcpkgs/transifex-cli/template
Normal file
19
srcpkgs/transifex-cli/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'transifex-cli'
|
||||
pkgname=transifex-cli
|
||||
version=1.2.1
|
||||
revision=1
|
||||
wrksrc="cli-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/transifex/cli"
|
||||
go_ldflags="-X github.com/transifex/cli/internal/txlib.Version=${version}"
|
||||
short_desc="Transifex command-line client"
|
||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/transifex/cli"
|
||||
changelog="https://github.com/transifex/cli/releases"
|
||||
distfiles="https://github.com/transifex/cli/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=f8a76381294cdd75872de5b69acf2781d912e3a7e5e870bc41f0ee358715a3be
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/bin/{cli,transifex}
|
||||
}
|
Loading…
Add table
Reference in a new issue