mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gucci: update to 1.4.0.
This commit is contained in:
parent
83a22abbcf
commit
37b1dff04e
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'gucci'
|
# Template file for 'gucci'
|
||||||
pkgname=gucci
|
pkgname=gucci
|
||||||
version=1.3.0
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/noqcks/gucci"
|
go_import_path="github.com/noqcks/gucci"
|
||||||
|
go_ldflags="-X main.AppVersion=${version}"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Simple CLI templating tool written in Go"
|
short_desc="Simple CLI templating tool written in Go"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/noqcks/gucci"
|
homepage="https://github.com/noqcks/gucci"
|
||||||
distfiles="https://github.com/noqcks/gucci/archive/${version}.tar.gz"
|
distfiles="https://github.com/noqcks/gucci/archive/${version}.tar.gz"
|
||||||
checksum=c54c8e7c5273dcd959d11b42820e35acf8150f4ed40c56281c70c5fea16f0753
|
checksum=1f6cfd6a597997e18c5bed10224781d8b407d8267f5e10a162cc31b247f20be2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue