# Template file for 'chezmoi' pkgname=chezmoi version=2.48.2 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 " 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=49f6ab88240fea76b12c50e1f8a63a3e652a4ed48e283a0f89ac47fbd21a62fe 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 }