void-packages/srcpkgs/chezmoi/template

27 lines
883 B
Bash
Raw Normal View History

2020-10-15 23:35:00 +02:00
# Template file for 'chezmoi'
pkgname=chezmoi
2021-05-03 11:49:06 +02:00
version=2.0.11
2020-10-15 23:35:00 +02:00
revision=1
build_style=go
2021-04-23 02:45:12 +02:00
go_import_path="github.com/twpayne/chezmoi/v2"
2020-10-15 23:35:00 +02:00
go_build_tags="noembeddocs noupgrade"
go_ldflags="-X main.version=${version} -X main.commit=v${version} -X main.builtBy=xbps
-X github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/chezmoi"
2020-10-15 23:35:00 +02:00
hostmakedepends="git"
short_desc="Manage your dotfiles across multiple machines, securely"
maintainer="Abigail G <dev@kb6.ee>"
license="MIT"
homepage="https://chezmoi.io/"
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
2021-05-03 11:49:06 +02:00
checksum=79f5165f7db7636e8ead30aedcaedd63ad4b710a7fb8c756718a5ba0e6091ec0
2020-10-15 23:35:00 +02:00
post_install() {
vlicense LICENSE
for f in docs/*; do vdoc $f; done
vcompletion completions/chezmoi-completion.bash bash chezmoi
vcompletion completions/chezmoi.fish fish chezmoi
vcompletion completions/chezmoi.zsh zsh chezmoi
}