# Template file for 'chezmoi'
pkgname=chezmoi
version=2.59.1
revision=1
build_style=go
go_import_path="github.com/twpayne/chezmoi/v2"
go_build_tags="noembeddocs noupgrade"
go_ldflags="-X main.version=${version} -X main.commit=v${version} -X main.builtBy=xbps"
checkdepends="tar git"
short_desc="Manage your dotfiles across multiple machines, securely"
maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"
homepage="https://chezmoi.io/"
changelog="https://github.com/twpayne/chezmoi/releases"
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
checksum=577bce7c9038ca17cda2c61c1ff3df90c4b366b68629e3056e274cf4b319be30

pre_build() {
	local _date
	if [ "$SOURCE_DATE_EPOCH" ]; then
		_date="$(date --utc --date "@$SOURCE_DATE_EPOCH" "+%Y-%m-%d")"
		go_ldflags+=" -X main.date=${_date}"
	fi
}

do_check() {
	make test
}

post_install() {
	vlicense LICENSE
	vcompletion completions/chezmoi-completion.bash bash
	vcompletion completions/chezmoi.fish fish
	vcompletion completions/chezmoi.zsh zsh
}
