mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
chezmoi: update to 2.10.0.
This commit is contained in:
parent
c31d930209
commit
8752ec06a3
1 changed files with 4 additions and 7 deletions
|
@ -1,27 +1,24 @@
|
||||||
# Template file for 'chezmoi'
|
# Template file for 'chezmoi'
|
||||||
pkgname=chezmoi
|
pkgname=chezmoi
|
||||||
version=2.9.5
|
version=2.10.0
|
||||||
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}
|
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 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"
|
|
||||||
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="classabbyamp <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=10a27e4569c0cd6951a8509a39443f8a918d22d61db0026b78e88ef83fa43e04
|
checksum=edd67d4e97d3a022a84968cd3828004767ea0ce7b141439cc9ffb4048519a0c2
|
||||||
|
|
||||||
export CGO_ENABLED=1
|
export CGO_ENABLED=1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
for f in docs/*; do vdoc $f; done
|
|
||||||
|
|
||||||
vcompletion completions/chezmoi-completion.bash bash chezmoi
|
vcompletion completions/chezmoi-completion.bash bash chezmoi
|
||||||
vcompletion completions/chezmoi.fish fish chezmoi
|
vcompletion completions/chezmoi.fish fish chezmoi
|
||||||
vcompletion completions/chezmoi.zsh zsh chezmoi
|
vcompletion completions/chezmoi.zsh zsh chezmoi
|
||||||
|
|
Loading…
Add table
Reference in a new issue