chezmoi: update to 2.29.2, enable check.

This commit is contained in:
classabbyamp 2023-01-15 12:38:50 -05:00
parent 6a8b3c60d9
commit d80b6d756b
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,17 +1,18 @@
# Template file for 'chezmoi' # Template file for 'chezmoi'
pkgname=chezmoi pkgname=chezmoi
version=2.29.1 version=2.29.2
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.builtBy=xbps"
checkdepends="tar"
short_desc="Manage your dotfiles across multiple machines, securely" short_desc="Manage your dotfiles across multiple machines, securely"
maintainer="classabbyamp <void@placeviolette.net>" maintainer="classabbyamp <void@placeviolette.net>"
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=2928dba907af1d2a039abf53b567de9ce0e940394eeb121c714cb6636acb9af2 checksum=26455537cbc82231cb613c3ac1f49edb022a2da8f617135536b10b4f74b20c89
pre_build() { pre_build() {
local _date local _date
@ -21,6 +22,10 @@ pre_build() {
fi fi
} }
do_check() {
go test ./...
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
vcompletion completions/chezmoi-completion.bash bash vcompletion completions/chezmoi-completion.bash bash