mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
00191af020
commit
d965b3635f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'chezmoi'
|
# Template file for 'chezmoi'
|
||||||
pkgname=chezmoi
|
pkgname=chezmoi
|
||||||
version=2.29.2
|
version=2.29.3
|
||||||
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"
|
||||||
|
@ -12,7 +12,7 @@ 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=26455537cbc82231cb613c3ac1f49edb022a2da8f617135536b10b4f74b20c89
|
checksum=22ae476304215003b338bf23af73db8adeb966ad2d3e37b1c4d4aa50f6ef3e5c
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
local _date
|
local _date
|
||||||
|
@ -23,7 +23,7 @@ pre_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test ./...
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue