diff options
Diffstat (limited to 'community/chezmoi')
-rwxr-xr-x | community/chezmoi/build | 9 | ||||
-rw-r--r-- | community/chezmoi/checksums | 4 | ||||
-rw-r--r-- | community/chezmoi/meta | 3 | ||||
-rw-r--r-- | community/chezmoi/sources | 3 | ||||
-rw-r--r-- | community/chezmoi/version | 2 |
5 files changed, 12 insertions, 9 deletions
diff --git a/community/chezmoi/build b/community/chezmoi/build index 02ccd498..b395342c 100755 --- a/community/chezmoi/build +++ b/community/chezmoi/build @@ -1,8 +1,5 @@ #!/bin/sh -e -export GOPATH=$PWD/gopath -trap "go clean -modcache" EXIT INT -go mod vendor - -CGO_ENABLED=0 go build -ldflags="-X 'main.version=$2'" -install -Dm755 chezmoi "$1/usr/bin/chezmoi" +date=$(date -u +%Y-%m-%dT%H:%M:%SZ) +CGO_ENABLED=0 go build -v -mod=vendor -ldflags="-X 'main.version=$2' -X 'main.commit=null' -X 'main.builtBy=cpt' -X 'main.date=$date'" +clinst -Dm755 chezmoi "$1/usr/bin/chezmoi" diff --git a/community/chezmoi/checksums b/community/chezmoi/checksums index 906ad9e9..423df8b5 100644 --- a/community/chezmoi/checksums +++ b/community/chezmoi/checksums @@ -1 +1,3 @@ -23515591028202aaf7af908e38972f156ee08022f535bc74aaa9244b82da2fa1 v1.8.11.tar.gz +%BLAKE3 +eebe88cbf2cf1c46ed1886276491b513310f877b4f79c797f22a6ee9cefd83f0 v2.48.2.tar.gz +361cfbc5b3acdab96bf9af7ea914c5c12cf6546dcbb5a03967a065524bf60bfd chezmoi-2.48.2-mod-vendor.tar.xz diff --git a/community/chezmoi/meta b/community/chezmoi/meta new file mode 100644 index 00000000..b1353dec --- /dev/null +++ b/community/chezmoi/meta @@ -0,0 +1,3 @@ +description: Dotfiles manager written in Go +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/chezmoi/sources b/community/chezmoi/sources index 880b2b11..33df37d6 100644 --- a/community/chezmoi/sources +++ b/community/chezmoi/sources @@ -1 +1,2 @@ -https://github.com/twpayne/chezmoi/archive/v1.8.11.tar.gz +https://github.com/twpayne/chezmoi/archive/v2.48.2.tar.gz +https://dl.carbslinux.org/gomods/chezmoi-2.48.2-mod-vendor.tar.xz diff --git a/community/chezmoi/version b/community/chezmoi/version index f804f443..91d153d9 100644 --- a/community/chezmoi/version +++ b/community/chezmoi/version @@ -1 +1 @@ -1.8.11 1 +2.48.2 1 |