chezmoi: update to 2.6.1, enable cgo.
Note: if this package breaks on musl, disable cgo for musl (see void-linux/void-packages#33298)
This commit is contained in:
parent
84c3f3a54d
commit
80e92fea83
1 changed files with 6 additions and 3 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Template file for 'chezmoi'
|
# Template file for 'chezmoi'
|
||||||
pkgname=chezmoi
|
pkgname=chezmoi
|
||||||
version=2.5.1
|
version=2.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/twpayne/chezmoi/v2"
|
go_import_path="github.com/twpayne/chezmoi/v2"
|
||||||
go_build_tags="noembeddocs noupgrade"
|
go_build_tags="noembeddocs noupgrade"
|
||||||
go_ldflags="-X main.version=${version} -X main.commit=v${version} -X main.builtBy=xbps
|
go_ldflags="-X main.version=${version} -X main.commit=v${version}
|
||||||
|
-X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ) -X main.builtBy=xbps
|
||||||
-X github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/chezmoi"
|
-X github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/chezmoi"
|
||||||
short_desc="Manage your dotfiles across multiple machines, securely"
|
short_desc="Manage your dotfiles across multiple machines, securely"
|
||||||
maintainer="Abigail G <dev@kb6.ee>"
|
maintainer="Abigail G <dev@kb6.ee>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://chezmoi.io/"
|
homepage="https://chezmoi.io/"
|
||||||
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
|
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
|
||||||
checksum=94ad37776ec47fd2865f3bcf56a090592e92d56558811d10fb0a331e146b899f
|
checksum=9703edbe369a498feb82173bda6400f23b7d1624154f84aa0beccf19462f082f
|
||||||
|
|
||||||
|
export CGO_ENABLED=1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue