mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
chezmoi: update to 2.29.2, enable check.
This commit is contained in:
parent
6a8b3c60d9
commit
d80b6d756b
1 changed files with 7 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'chezmoi'
|
||||
pkgname=chezmoi
|
||||
version=2.29.1
|
||||
version=2.29.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"
|
||||
short_desc="Manage your dotfiles across multiple machines, securely"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="MIT"
|
||||
homepage="https://chezmoi.io/"
|
||||
distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
|
||||
checksum=2928dba907af1d2a039abf53b567de9ce0e940394eeb121c714cb6636acb9af2
|
||||
checksum=26455537cbc82231cb613c3ac1f49edb022a2da8f617135536b10b4f74b20c89
|
||||
|
||||
pre_build() {
|
||||
local _date
|
||||
|
@ -21,6 +22,10 @@ pre_build() {
|
|||
fi
|
||||
}
|
||||
|
||||
do_check() {
|
||||
go test ./...
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vcompletion completions/chezmoi-completion.bash bash
|
||||
|
|
Loading…
Add table
Reference in a new issue