Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] remove git from hostmakedepends of go packages
Date: Sun, 01 May 2022 13:31:07 +0200	[thread overview]
Message-ID: <20220501113107.I4tFDAAMRaDjb0lUVR5Utr4LCoWguKe2_Jt4UL-X8jA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36931@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages go-no-git
https://github.com/void-linux/void-packages/pull/36931

remove git from hostmakedepends of go packages
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: only build tested

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36931.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-no-git-36931.patch --]
[-- Type: text/x-diff, Size: 57968 bytes --]

From 8b4bb8e4a1e027f253da6274be86c1e2771021ad Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:00 +0200
Subject: [PATCH 01/80] NetAuth-ldap: remove git build dep

---
 srcpkgs/NetAuth-ldap/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/NetAuth-ldap/template b/srcpkgs/NetAuth-ldap/template
index ef3429113f67..299cbb22ae47 100644
--- a/srcpkgs/NetAuth-ldap/template
+++ b/srcpkgs/NetAuth-ldap/template
@@ -6,7 +6,6 @@ wrksrc=ldap-$version
 build_style=go
 go_import_path=github.com/netauth/ldap
 go_ldflags="-X github.com/netauth/ldap/internal/buildinfo.Version=${version}"
-hostmakedepends="git"
 short_desc="LDAP Proxy for NetAuth"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"

From f22365cfa5b98221593cd784f755f995974452d1 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:01 +0200
Subject: [PATCH 02/80] NetAuth-localizer: remove git build dep

---
 srcpkgs/NetAuth-localizer/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/NetAuth-localizer/template b/srcpkgs/NetAuth-localizer/template
index 7039dd37cbea..dc57f91921b6 100644
--- a/srcpkgs/NetAuth-localizer/template
+++ b/srcpkgs/NetAuth-localizer/template
@@ -6,7 +6,6 @@ wrksrc=localizer-$version
 build_style=go
 go_import_path=github.com/netauth/localizer
 go_package=${go_import_path}/cmd/localize
-hostmakedepends="git"
 depends="snooze"
 short_desc="Make NetAuth accounts local in Linux"
 maintainer="Michael Aldridge <maldridge@netauth.org>"

From 38ac5cbd0a55ab19613f0cf148d70321a385cda7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:01 +0200
Subject: [PATCH 03/80] NetAuth-nsscache: remove git build dep

---
 srcpkgs/NetAuth-nsscache/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/NetAuth-nsscache/template b/srcpkgs/NetAuth-nsscache/template
index b7d171889aaf..bb441ae25d41 100644
--- a/srcpkgs/NetAuth-nsscache/template
+++ b/srcpkgs/NetAuth-nsscache/template
@@ -5,7 +5,6 @@ revision=1
 wrksrc="nsscache-$version"
 build_style=go
 go_import_path="github.com/netauth/nsscache"
-hostmakedepends="git"
 short_desc="NetAuth nsscache implementation"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"

From f147ae550b0bb77be86919301c0cd682bd983f53 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:01 +0200
Subject: [PATCH 04/80] NetAuth-pam-helper: remove git build dep

---
 srcpkgs/NetAuth-pam-helper/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/NetAuth-pam-helper/template b/srcpkgs/NetAuth-pam-helper/template
index 8c961a56b403..763a72035eef 100644
--- a/srcpkgs/NetAuth-pam-helper/template
+++ b/srcpkgs/NetAuth-pam-helper/template
@@ -5,7 +5,6 @@ revision=1
 wrksrc=pam-helper-$version
 build_style=go
 go_import_path="github.com/netauth/pam-helper"
-hostmakedepends="git"
 short_desc="Helper executable to use with pam_exec"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"

From fda25c4157e74b79599cf37049bb080029e326a9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:01 +0200
Subject: [PATCH 05/80] NetAuth-sftpgo-hook: remove git build dep

---
 srcpkgs/NetAuth-sftpgo-hook/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/NetAuth-sftpgo-hook/template b/srcpkgs/NetAuth-sftpgo-hook/template
index aab25468a2c4..51862cc53980 100644
--- a/srcpkgs/NetAuth-sftpgo-hook/template
+++ b/srcpkgs/NetAuth-sftpgo-hook/template
@@ -5,7 +5,6 @@ revision=2
 wrksrc=sftpgo-hook-$version
 build_style=go
 go_import_path=github.com/netauth/sftpgo-hook
-hostmakedepends="git"
 depends="sftpgo"
 short_desc="External authorization hook for SFTPGo using NetAuth"
 maintainer="Michael Aldridge <maldridge@netauth.org>"

From c6e72ceece5d96583aad6aa8b110bf2a43a4fd43 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:01 +0200
Subject: [PATCH 06/80] NetAuth: remove git build dep

---
 srcpkgs/NetAuth/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template
index 4a227be08ea2..4586019d0690 100644
--- a/srcpkgs/NetAuth/template
+++ b/srcpkgs/NetAuth/template
@@ -7,7 +7,6 @@ build_style="go"
 go_import_path="github.com/netauth/netauth"
 go_package="${go_import_path}/cmd/netauth
  ${go_import_path}/cmd/netauthd"
-hostmakedepends="git"
 short_desc="Network authentication and identity system"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"

From fda72ad195f8c403ad6f6488b1a2cfe234f614ba Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:01 +0200
Subject: [PATCH 07/80] NetKeys: remove git build dep

---
 srcpkgs/NetKeys/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/NetKeys/template b/srcpkgs/NetKeys/template
index 9d5c4a4385dc..cb0ef063efb2 100644
--- a/srcpkgs/NetKeys/template
+++ b/srcpkgs/NetKeys/template
@@ -5,7 +5,6 @@ revision=1
 wrksrc=netkeys-$version
 build_style=go
 go_import_path="github.com/netauth/netkeys"
-hostmakedepends="git"
 short_desc="Key retrieval daemon for NetAuth"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"

From d26e9961244b19c4c27e8355fde96ac3b74ed6c9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:01 +0200
Subject: [PATCH 08/80] TerraState: remove git build dep

---
 srcpkgs/TerraState/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/TerraState/template b/srcpkgs/TerraState/template
index 5c87d1706917..01ed55bb41ca 100644
--- a/srcpkgs/TerraState/template
+++ b/srcpkgs/TerraState/template
@@ -7,7 +7,6 @@ make_dirs="/var/lib/terrastate 0750 _terrastate _terrastate"
 build_style=go
 go_import_path="github.com/the-maldridge/terrastate"
 go_package="${go_import_path}/cmd/terrastate"
-hostmakedepends="git"
 short_desc="Remote state for Terraform"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"

From 0f6c9db9fcecbe8ed61eaad40dbe6f868708dd7a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:01 +0200
Subject: [PATCH 09/80] antibody: remove git build dep

---
 srcpkgs/antibody/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/antibody/template b/srcpkgs/antibody/template
index cb109f0b1837..df466c33a9ca 100644
--- a/srcpkgs/antibody/template
+++ b/srcpkgs/antibody/template
@@ -4,7 +4,6 @@ version=6.1.1
 revision=1
 build_style=go
 go_import_path=github.com/getantibody/antibody
-hostmakedepends="git"
 short_desc="Fast and lightweight shell plugin manager"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"

From b9be27475e61bf15b2b60fd10e9dd019b2bc09c7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:02 +0200
Subject: [PATCH 10/80] browserpass: remove git build dep

---
 srcpkgs/browserpass/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/browserpass/template b/srcpkgs/browserpass/template
index b6426a249756..63537def3f40 100644
--- a/srcpkgs/browserpass/template
+++ b/srcpkgs/browserpass/template
@@ -5,7 +5,6 @@ revision=1
 wrksrc="browserpass-native-${version}"
 build_style=go
 go_import_path=github.com/browserpass/browserpass-native
-hostmakedepends="git"
 short_desc="Browser extension for pass"
 maintainer="John <me@johnnynator.dev>"
 license="MIT"

From 044d3912f26f5cdb5ca0c7a8607225aeb4d80a2a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:02 +0200
Subject: [PATCH 11/80] cdetect: remove git build dep

---
 srcpkgs/cdetect/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/cdetect/template b/srcpkgs/cdetect/template
index b02df3a496e5..e859340a9cb3 100644
--- a/srcpkgs/cdetect/template
+++ b/srcpkgs/cdetect/template
@@ -4,7 +4,6 @@ version=0.5.4
 revision=1
 build_style=go
 go_import_path=github.com/xyproto/cdetect
-hostmakedepends="git"
 short_desc="Detects the compiler (and version) used to compile an ELF binary"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From c771d4ea5b63fdd8800d21aa3fc65c4fc6e859e7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:02 +0200
Subject: [PATCH 12/80] chroma: remove git build dep

---
 srcpkgs/chroma/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/chroma/template b/srcpkgs/chroma/template
index b549685882ce..e2ae9e6a677f 100644
--- a/srcpkgs/chroma/template
+++ b/srcpkgs/chroma/template
@@ -6,7 +6,6 @@ build_wrksrc="cmd/chroma"
 build_style=go
 go_import_path="github.com/alecthomas/chroma/cmd/chroma"
 go_ldflags="-X main.version=${version} -X main.date=$(date +%Y.%m.%d)"
-hostmakedepends="git"
 short_desc="General purpose syntax highlighter"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"

From 58caef210909fded004cd866b72df5e8718f366e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:02 +0200
Subject: [PATCH 13/80] consul-template: remove git build dep

---
 srcpkgs/consul-template/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/consul-template/template b/srcpkgs/consul-template/template
index 4faeaf1c9ae5..d144f447c7bc 100644
--- a/srcpkgs/consul-template/template
+++ b/srcpkgs/consul-template/template
@@ -4,7 +4,6 @@ version=0.28.0
 revision=1
 build_style=go
 go_import_path="github.com/hashicorp/consul-template"
-hostmakedepends="git"
 short_desc="Template rendering, notifier, and supervisor for Consul and Vault data"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="MPL-2.0"

From b2b977155862d8f4983065221b851abd2e4e1c31 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:02 +0200
Subject: [PATCH 14/80] consul: remove git build dep

---
 srcpkgs/consul/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template
index fc0e80502879..d31feecc270f 100644
--- a/srcpkgs/consul/template
+++ b/srcpkgs/consul/template
@@ -9,7 +9,6 @@ go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit} -X ${go_import
 # consul has a vendor directory, but relies on replace statements in go.mod, so
 # force default non-vendor behavior.
 go_mod_mode=default
-hostmakedepends="git"
 short_desc="Distributed solution to connect and configure applications"
 maintainer="iaroki <iaroki@protonmail.com>"
 license="MPL-2.0"

From b13c66e6403ac94b271abde94adb33beed5f546c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:02 +0200
Subject: [PATCH 15/80] crane: remove git build dep

---
 srcpkgs/crane/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/crane/template b/srcpkgs/crane/template
index edb04e896ae5..5a304a9faf73 100644
--- a/srcpkgs/crane/template
+++ b/srcpkgs/crane/template
@@ -3,7 +3,6 @@ pkgname=crane
 version=3.6.0
 revision=1
 build_style=go
-hostmakedepends="git"
 short_desc="Lift containers with ease"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"

From af4dc1c2428292e4370520c0484d82953f2e2d33 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:03 +0200
Subject: [PATCH 16/80] distrobuilder: remove git build dep

---
 srcpkgs/distrobuilder/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/distrobuilder/template b/srcpkgs/distrobuilder/template
index fd58594e1748..05f805c1ac1f 100644
--- a/srcpkgs/distrobuilder/template
+++ b/srcpkgs/distrobuilder/template
@@ -6,7 +6,6 @@ wrksrc="distrobuilder-distrobuilder-${version}"
 build_style=go
 go_import_path="github.com/lxc/distrobuilder"
 go_package="github.com/lxc/distrobuilder/distrobuilder"
-hostmakedepends="git"
 depends="debootstrap gnupg squashfs-tools"
 short_desc="System container image builder for LXC and LXD"
 maintainer="Robert Lowry <bobertlo@gmail.com>"

From 521c17cef3ec0028357ba212ace99d271d6f3df6 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:03 +0200
Subject: [PATCH 17/80] dlayer: remove git build dep

---
 srcpkgs/dlayer/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/dlayer/template b/srcpkgs/dlayer/template
index 527800ebc58b..b909474e3932 100644
--- a/srcpkgs/dlayer/template
+++ b/srcpkgs/dlayer/template
@@ -4,7 +4,6 @@ version=0.3.1
 revision=1
 build_style=go
 go_import_path=github.com/orisano/dlayer
-hostmakedepends="git"
 short_desc="Dlayer is a docker layer analyzer"
 maintainer="Mate GABRI <iam@theguy.io>"
 license="MIT"

From 3144065070502dfa874bd141b67f22867da6abb7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:03 +0200
Subject: [PATCH 18/80] elfinfo: remove git build dep

---
 srcpkgs/elfinfo/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/elfinfo/template b/srcpkgs/elfinfo/template
index 189d842b0012..b354ced06d81 100644
--- a/srcpkgs/elfinfo/template
+++ b/srcpkgs/elfinfo/template
@@ -4,7 +4,6 @@ version=1.1.0
 revision=1
 build_style=go
 go_import_path=github.com/xyproto/elfinfo
-hostmakedepends="git"
 short_desc="Emit basic information about an ELF file"
 maintainer="Alexander F. Rødseth <xyproto@archlinux.org>"
 license="MIT"

From f724a199c1895904c8fd3a12705949865cbe60d9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:03 +0200
Subject: [PATCH 19/80] ensure-access: remove git build dep

---
 srcpkgs/ensure-access/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/ensure-access/template b/srcpkgs/ensure-access/template
index b5187c8bb4f4..9d3abe476303 100644
--- a/srcpkgs/ensure-access/template
+++ b/srcpkgs/ensure-access/template
@@ -4,7 +4,6 @@ version=0.1.0
 revision=1
 build_style=go
 go_import_path=github.com/Noah-Huppert/ensure-access
-hostmakedepends="git"
 short_desc="Tool which ensures permissions exists for files and directories"
 maintainer="Noah Huppert <contact@noahh.io>"
 license="MIT"

From 876bf451c011b3a222d64790f71c28a15dc8d088 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:03 +0200
Subject: [PATCH 20/80] exercism: remove git build dep

---
 srcpkgs/exercism/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/exercism/template b/srcpkgs/exercism/template
index eb696027500b..5869f87dbce0 100644
--- a/srcpkgs/exercism/template
+++ b/srcpkgs/exercism/template
@@ -6,7 +6,6 @@ wrksrc="cli-${version}"
 build_style=go
 go_import_path="github.com/exercism/cli"
 go_package="${go_import_path}/exercism"
-hostmakedepends="git"
 short_desc="Command line tool for exercism.io"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"

From 0aef14ddb37b3a98152454c9cf4829e889f1bcec Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:03 +0200
Subject: [PATCH 21/80] figurine: remove git build dep

---
 srcpkgs/figurine/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/figurine/template b/srcpkgs/figurine/template
index bef430fa4ba2..bf412358486a 100644
--- a/srcpkgs/figurine/template
+++ b/srcpkgs/figurine/template
@@ -4,7 +4,6 @@ version=1.0.1
 revision=1
 build_style=go
 go_import_path=github.com/arsham/figurine
-hostmakedepends="git"
 short_desc="Print your name in style"
 maintainer="travankor <travankor@tuta.io>"
 license="Apache-2.0"

From 7324b69ab9b10253d83bdf0bade50830bfd37f8d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:03 +0200
Subject: [PATCH 22/80] flint: remove git build dep

---
 srcpkgs/flint/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/flint/template b/srcpkgs/flint/template
index 9a6b0d8c0aac..a04ca9e022d5 100644
--- a/srcpkgs/flint/template
+++ b/srcpkgs/flint/template
@@ -3,7 +3,6 @@ pkgname=flint
 version=0.1.0
 revision=9
 build_style=go
-hostmakedepends="git"
 short_desc="Check your project for common sources of contributor friction"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"

From 53ff7ed4246dab21eb9b270b13a1b50d18f90d08 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:04 +0200
Subject: [PATCH 23/80] fzf: remove git build dep

---
 srcpkgs/fzf/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template
index ec60af9ddc64..86789e858d66 100644
--- a/srcpkgs/fzf/template
+++ b/srcpkgs/fzf/template
@@ -4,7 +4,6 @@ version=0.30.0
 revision=1
 build_style=go
 go_import_path="github.com/junegunn/fzf"
-hostmakedepends="git"
 makedepends="ncurses-devel"
 short_desc="Command-line fuzzy finder"
 maintainer="Leah Neukirchen <leah@vuxu.org>"

From 8ee13a7836f6ddbc41256249cb1ac7abb09912c7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:04 +0200
Subject: [PATCH 24/80] ghq: remove git build dep

---
 srcpkgs/ghq/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/ghq/template b/srcpkgs/ghq/template
index 50202b42a260..fbe3c19e4517 100644
--- a/srcpkgs/ghq/template
+++ b/srcpkgs/ghq/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path=github.com/x-motemen/ghq
 go_package="$go_import_path"
-hostmakedepends="git"
 depends="git"
 short_desc="Remote repository management made easy"
 maintainer="Dominic Monroe <monroef4@googlemail.com>"

From 1547ec32af26fc7fac6bfbda4b50fb1e509cb697 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:04 +0200
Subject: [PATCH 25/80] gitbatch: remove git build dep

---
 srcpkgs/gitbatch/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gitbatch/template b/srcpkgs/gitbatch/template
index 4464729f2b8f..df26ed89b193 100644
--- a/srcpkgs/gitbatch/template
+++ b/srcpkgs/gitbatch/template
@@ -4,7 +4,6 @@ version=0.5.0
 revision=1
 build_style=go
 go_import_path=github.com/isacikgoz/gitbatch
-hostmakedepends="git"
 short_desc="Command line tool to manage your git repositories in one place"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="MIT"

From 1fb191727daf7a3ff0dfee21afee052b77e50dee Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:04 +0200
Subject: [PATCH 26/80] glide: remove git build dep

---
 srcpkgs/glide/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/glide/template b/srcpkgs/glide/template
index 635084f70988..15948753606e 100644
--- a/srcpkgs/glide/template
+++ b/srcpkgs/glide/template
@@ -4,7 +4,6 @@ version=0.13.3
 revision=1
 build_style=go
 go_import_path="github.com/Masterminds/glide"
-hostmakedepends="git"
 depends="go git"
 short_desc="Vendor package management for golang"
 maintainer="ananteris <ananteris@protonmail.ch>"

From 3300e3008f43fb2cc3facfb1fc6287a57ac7f375 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:04 +0200
Subject: [PATCH 27/80] glider: remove git build dep

---
 srcpkgs/glider/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/glider/template b/srcpkgs/glider/template
index e132cfda4b72..362825602699 100644
--- a/srcpkgs/glider/template
+++ b/srcpkgs/glider/template
@@ -4,7 +4,6 @@ version=0.13.0
 revision=1
 build_style=go
 go_import_path=github.com/nadoo/glider
-hostmakedepends="git"
 short_desc="Forward proxy with multiple protocols support"
 maintainer="whoami <whoami@systemli.org>"
 license="GPL-3.0-or-later"

From 7b21dfc9742b80bbda829f331f41b8b8021d414d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:05 +0200
Subject: [PATCH 28/80] go-md2man: remove git build dep

---
 srcpkgs/go-md2man/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/go-md2man/template b/srcpkgs/go-md2man/template
index e1094a54cbe0..5f5feb187d3b 100644
--- a/srcpkgs/go-md2man/template
+++ b/srcpkgs/go-md2man/template
@@ -4,7 +4,6 @@ version=2.0.1
 revision=1
 build_style=go
 go_import_path=github.com/cpuguy83/go-md2man/v2
-hostmakedepends="git"
 short_desc="Convert md to manpages"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"

From 6c3dae423656ea7ca01a6ce1fc3f1c6ae8950a88 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:05 +0200
Subject: [PATCH 29/80] go-review: remove git build dep

---
 srcpkgs/go-review/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/go-review/template b/srcpkgs/go-review/template
index b352545bedb9..907a214d4019 100644
--- a/srcpkgs/go-review/template
+++ b/srcpkgs/go-review/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="github.com/heppu/go-review"
 go_package="${go_import_path}/cmd/${pkgname}"
-hostmakedepends="git"
 short_desc="Publish reports from different Go linters as gerrit reviews"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="MIT"

From ed4bd3a8904e9a47d2187cc7a32888cb84525e6d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:05 +0200
Subject: [PATCH 30/80] gobuster: remove git build dep

---
 srcpkgs/gobuster/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gobuster/template b/srcpkgs/gobuster/template
index c5427cd4339b..60e075b3182a 100644
--- a/srcpkgs/gobuster/template
+++ b/srcpkgs/gobuster/template
@@ -4,7 +4,6 @@ version=3.1.0
 revision=2
 build_style=go
 go_import_path=github.com/OJ/gobuster/v3
-hostmakedepends="git"
 short_desc="Directory, file and DNS busting tool"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="Apache-2.0"

From 61c1215ecd2ca56c1a2edcba81033a8f6ee2e6b6 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:05 +0200
Subject: [PATCH 31/80] goimapnotify: remove git build dep

---
 srcpkgs/goimapnotify/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/goimapnotify/template b/srcpkgs/goimapnotify/template
index 4b54689a434d..208db03d00ec 100644
--- a/srcpkgs/goimapnotify/template
+++ b/srcpkgs/goimapnotify/template
@@ -4,7 +4,6 @@ version=2.3.7
 revision=1
 build_style=go
 go_import_path="gitlab.com/shackra/goimapnotify"
-hostmakedepends="git"
 short_desc="Execute scripts on IMAP idle notifications (Go version)"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="GPL-3.0-only"

From 37f2b6015f60f6d01804aa7ba91db4e075c68fdb Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:05 +0200
Subject: [PATCH 32/80] gomatrix: remove git build dep

---
 srcpkgs/gomatrix/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gomatrix/template b/srcpkgs/gomatrix/template
index fae7a4343ed7..eb9d6e7bedac 100644
--- a/srcpkgs/gomatrix/template
+++ b/srcpkgs/gomatrix/template
@@ -4,7 +4,6 @@ version=101.0.0
 revision=1
 build_style=go
 go_import_path=github.com/GeertJohan/gomatrix
-hostmakedepends="git"
 short_desc="Terminal Matrix display in golang"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="BSD-2-Clause"

From 12b2c20ef8da4672e3bc60e9c35eb6426d31a08a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:05 +0200
Subject: [PATCH 33/80] gotty: remove git build dep

---
 srcpkgs/gotty/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gotty/template b/srcpkgs/gotty/template
index 0e5d268e9926..58fc0572197c 100644
--- a/srcpkgs/gotty/template
+++ b/srcpkgs/gotty/template
@@ -4,7 +4,6 @@ version=1.0.1
 revision=8
 build_style=go
 go_import_path="github.com/yudai/gotty"
-hostmakedepends="git"
 short_desc="Share your terminal as a web application"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="MIT"

From 329127b5ed4f4e4cd789a86cccf53d161abe6370 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:05 +0200
Subject: [PATCH 34/80] goversion: remove git build dep

---
 srcpkgs/goversion/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/goversion/template b/srcpkgs/goversion/template
index 390551d2b425..ac45067873fe 100644
--- a/srcpkgs/goversion/template
+++ b/srcpkgs/goversion/template
@@ -4,7 +4,6 @@ version=1.2.0
 revision=3
 build_style=go
 go_import_path=rsc.io/goversion
-hostmakedepends="git"
 short_desc="Print version used to build Go executables"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"

From 26d4591d91379b2d01bd7882a10d858e07644c14 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:05 +0200
Subject: [PATCH 35/80] gucci: remove git build dep

---
 srcpkgs/gucci/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gucci/template b/srcpkgs/gucci/template
index 37773ceba896..09992b5b65ad 100644
--- a/srcpkgs/gucci/template
+++ b/srcpkgs/gucci/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="github.com/noqcks/gucci"
 go_ldflags="-X main.AppVersion=${version}"
-hostmakedepends="git"
 short_desc="Simple CLI templating tool written in Go"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"

From 333104066ca609d0326a54100edd9366d27dc358 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:05 +0200
Subject: [PATCH 36/80] gx: remove git build dep

---
 srcpkgs/gx/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gx/template b/srcpkgs/gx/template
index ff3ea0267c88..7414b6bab10a 100644
--- a/srcpkgs/gx/template
+++ b/srcpkgs/gx/template
@@ -4,7 +4,6 @@ version=0.14.3
 revision=1
 build_style=go
 go_import_path="github.com/whyrusleeping/gx"
-hostmakedepends="git"
 short_desc="Language-agnostic, universal package manager around IPFS"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="MIT"

From 211d1beb0278ab0f63d8e2696901653826aa8e2b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:06 +0200
Subject: [PATCH 37/80] hey: remove git build dep

---
 srcpkgs/hey/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/hey/template b/srcpkgs/hey/template
index 84954e36b76b..52427108dc60 100644
--- a/srcpkgs/hey/template
+++ b/srcpkgs/hey/template
@@ -4,7 +4,6 @@ version=0.1.4
 revision=1
 build_style=go
 go_import_path=github.com/rakyll/hey
-hostmakedepends="git"
 short_desc="HTTP load generator"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"

From e2e7709abe8cfadfd267bb4a5193c17b2db9251c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:06 +0200
Subject: [PATCH 38/80] hooktftp: remove git build dep

---
 srcpkgs/hooktftp/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/hooktftp/template b/srcpkgs/hooktftp/template
index 2cba14aec605..d9482c378c75 100644
--- a/srcpkgs/hooktftp/template
+++ b/srcpkgs/hooktftp/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="github.com/tftp-go-team/hooktftp"
 go_package="github.com/tftp-go-team/hooktftp/cmd/hooktftp"
-hostmakedepends="git"
 short_desc="Hook based tftp server"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="MIT"

From 02e2714f2fe220c5a7330185ed3168682a09fe7b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:06 +0200
Subject: [PATCH 39/80] hydroxide: remove git build dep

---
 srcpkgs/hydroxide/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template
index 5f63ded6f759..c7fc20b5de90 100644
--- a/srcpkgs/hydroxide/template
+++ b/srcpkgs/hydroxide/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path=github.com/emersion/hydroxide
 go_package=$go_import_path/cmd/hydroxide
-hostmakedepends="git"
 short_desc="Third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge"
 maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT"

From 37665e4b1fda592ee9fbbc01facb8aad1b5e631a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:06 +0200
Subject: [PATCH 40/80] immortal: remove git build dep

---
 srcpkgs/immortal/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/immortal/template b/srcpkgs/immortal/template
index 76c1d8c6dabd..e693e767adb5 100644
--- a/srcpkgs/immortal/template
+++ b/srcpkgs/immortal/template
@@ -7,7 +7,6 @@ go_import_path=github.com/immortal/immortal
 go_package="${go_import_path}/cmd/immortal ${go_import_path}/cmd/immortalctl
  ${go_import_path}/cmd/immortaldir"
 go_ldflags="-X main.Version=v${version}"
-hostmakedepends="git"
 short_desc="*nix cross-platform (OS agnostic) supervisor"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"

From c8b1aa3e069f2b79a2b830e61025723846565262 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:06 +0200
Subject: [PATCH 41/80] ipfs-cluster: remove git build dep

---
 srcpkgs/ipfs-cluster/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/ipfs-cluster/template b/srcpkgs/ipfs-cluster/template
index ebb062d409c7..27e6d6aad94b 100644
--- a/srcpkgs/ipfs-cluster/template
+++ b/srcpkgs/ipfs-cluster/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="github.com/ipfs/ipfs-cluster"
 go_package="${go_import_path}/cmd/ipfs-cluster-ctl ${go_import_path}/cmd/ipfs-cluster-service"
-hostmakedepends="git"
 depends="go-ipfs"
 short_desc="Collective pinning and composition for IPFS"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 198dcd9b5158c3dba931898f505360e33ee3d609 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:06 +0200
Subject: [PATCH 42/80] jid: remove git build dep

---
 srcpkgs/jid/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/jid/template b/srcpkgs/jid/template
index abce00a83532..52055ab9f9ee 100644
--- a/srcpkgs/jid/template
+++ b/srcpkgs/jid/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path=github.com/simeji/jid
 go_package=github.com/simeji/jid/cmd/jid
-hostmakedepends="git"
 short_desc="Drill down JSON interactively by using filtering queries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From 162f6bf4eea055b39104e4065aa0b9582a8ec49c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:06 +0200
Subject: [PATCH 43/80] joker: remove git build dep

---
 srcpkgs/joker/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index a66fffbab258..2682f33a5dfa 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -4,7 +4,6 @@ version=0.14.1
 revision=1
 build_style=go
 go_import_path=github.com/candid82/joker
-hostmakedepends="git"
 short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) linter"
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="EPL-1.0"

From 8185142e3a568541955d69a62bf94da67c7f3091 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:06 +0200
Subject: [PATCH 44/80] jump: remove git build dep

---
 srcpkgs/jump/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/jump/template b/srcpkgs/jump/template
index b31f01bba494..9c4a258d56a3 100644
--- a/srcpkgs/jump/template
+++ b/srcpkgs/jump/template
@@ -4,7 +4,6 @@ version=0.40.0
 revision=1
 build_style=go
 go_import_path=github.com/gsamokovarov/jump
-hostmakedepends="git"
 short_desc="Fuzzy directory jumper that learns your habits"
 maintainer="Arthur Weagel <arthur.contrib@gmail.com>"
 license="MIT"

From a8be85294ef23505c68445bfe61c947f82093232 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:07 +0200
Subject: [PATCH 45/80] keybase: remove git build dep

---
 srcpkgs/keybase/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/keybase/template b/srcpkgs/keybase/template
index 3e86e92e2f84..d0c5ace0df38 100644
--- a/srcpkgs/keybase/template
+++ b/srcpkgs/keybase/template
@@ -10,7 +10,6 @@ ${go_import_path}/go/kbfs/kbfsfuse
 ${go_import_path}/go/kbfs/kbfsgit/git-remote-keybase
 ${go_import_path}/go/kbfs/kbfstool ${go_import_path}/go/kbfs/redirector"
 go_build_tags="production"
-hostmakedepends="git"
 depends="gnupg2"
 short_desc="Client for keybase.io"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 5f791b8f08e295f47c64469560257e0015598722 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:07 +0200
Subject: [PATCH 46/80] lego: remove git build dep

---
 srcpkgs/lego/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/lego/template b/srcpkgs/lego/template
index 6d46cd6a6e67..9605311ef9b0 100644
--- a/srcpkgs/lego/template
+++ b/srcpkgs/lego/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="github.com/go-acme/lego/v4"
 go_package="${go_import_path}/cmd/lego"
-hostmakedepends="git"
 short_desc="Let's Encrypt client and ACME library written in Go"
 maintainer="Anachron <gith@cron.world>"
 license="MIT"

From 361b097d6b7288ddc5899584c406fde50b1f1de8 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:07 +0200
Subject: [PATCH 47/80] licensechecker: remove git build dep

---
 srcpkgs/licensechecker/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/licensechecker/template b/srcpkgs/licensechecker/template
index ec09ba9751f9..f04bcd1fe4d4 100644
--- a/srcpkgs/licensechecker/template
+++ b/srcpkgs/licensechecker/template
@@ -5,7 +5,6 @@ revision=5
 wrksrc="lc-${version}"
 build_style=go
 go_import_path=github.com/boyter/lc
-hostmakedepends="git"
 short_desc="Identify software licenses used on a source tree"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From 6e722a322be46b2ecfb0000b388ecced8bd772bd Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:07 +0200
Subject: [PATCH 48/80] massren: remove git build dep

---
 srcpkgs/massren/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/massren/template b/srcpkgs/massren/template
index d3f4250b2ecb..d98fce7395b0 100644
--- a/srcpkgs/massren/template
+++ b/srcpkgs/massren/template
@@ -3,7 +3,6 @@ pkgname=massren
 version=1.5.4
 revision=7
 build_style=go
-hostmakedepends="git"
 short_desc="Massive renamer from command line"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"

From b940bb511de20f3abf4af7bceef3180686809e25 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:07 +0200
Subject: [PATCH 49/80] minify: remove git build dep

---
 srcpkgs/minify/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/minify/template b/srcpkgs/minify/template
index 9be3e9620c49..095c1e5a242d 100644
--- a/srcpkgs/minify/template
+++ b/srcpkgs/minify/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="github.com/tdewolff/minify/v2"
 go_package="${go_import_path}/cmd/minify"
-hostmakedepends="git"
 short_desc="Go minifiers for web formats"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"

From 9115310331fc282c890760f0962fa5cb880cbbde Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:07 +0200
Subject: [PATCH 50/80] minio: remove git build dep

---
 srcpkgs/minio/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/minio/template b/srcpkgs/minio/template
index 58d745f326b1..06cf90aec4a5 100644
--- a/srcpkgs/minio/template
+++ b/srcpkgs/minio/template
@@ -7,7 +7,6 @@ wrksrc=${pkgname}-RELEASE.${_version}
 build_style=go
 go_import_path="github.com/minio/minio"
 conf_files="/etc/default/minio /etc/minio/config.json"
-hostmakedepends="git"
 short_desc="Object storage server compatible with Amazon S3"
 maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="Apache-2.0"

From efc340f8610cfd410641933146a477789730ce44 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:08 +0200
Subject: [PATCH 51/80] mountain-backup: remove git build dep

---
 srcpkgs/mountain-backup/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/mountain-backup/template b/srcpkgs/mountain-backup/template
index 309cbda5305e..bfbd5cb3cc01 100644
--- a/srcpkgs/mountain-backup/template
+++ b/srcpkgs/mountain-backup/template
@@ -4,7 +4,6 @@ version=0.2.0
 revision=1
 build_style=go
 go_import_path=github.com/Noah-Huppert/mountain-backup
-hostmakedepends="git"
 short_desc="File backup tool"
 maintainer="Noah Huppert <contact@noahh.io>"
 license="MIT"

From 47a8c059437e590fde69137370c0da2bcf984a45 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:08 +0200
Subject: [PATCH 52/80] nebula: remove git build dep

---
 srcpkgs/nebula/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/nebula/template b/srcpkgs/nebula/template
index 888e436ae614..8e67012d17c2 100644
--- a/srcpkgs/nebula/template
+++ b/srcpkgs/nebula/template
@@ -7,7 +7,6 @@ make_dirs="/etc/nebula 0750 root root"
 go_import_path=github.com/slackhq/nebula
 go_package="${go_import_path}/cmd/nebula ${go_import_path}/cmd/nebula-cert"
 go_ldflags="-X main.Build=${version}"
-hostmakedepends="git"
 short_desc="Scalable overlay networking tool"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"

From bf1f42af9ffd9217ef500511b326fba198af067a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:08 +0200
Subject: [PATCH 53/80] node_exporter: remove git build dep

---
 srcpkgs/node_exporter/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/node_exporter/template b/srcpkgs/node_exporter/template
index f84cae0d6a1c..baec4cfc14d5 100644
--- a/srcpkgs/node_exporter/template
+++ b/srcpkgs/node_exporter/template
@@ -8,7 +8,6 @@ go_ldflags="-X ${go_import_path}/version.Version=${version}
  -X ${go_import_path}/version.Revision=${version}
  -X ${go_import_path}/version.Branch=${version}
  -X ${go_import_path}/version.BuildUser=VoidLinux"
-hostmakedepends="git"
 short_desc="Exporter for machine metrics"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"

From 97d631d3e36506dc6633a297c5038936332f6d8e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:08 +0200
Subject: [PATCH 54/80] nomad: remove git build dep

---
 srcpkgs/nomad/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template
index 8707ada37bf9..7b53596b1aed 100644
--- a/srcpkgs/nomad/template
+++ b/srcpkgs/nomad/template
@@ -7,7 +7,6 @@ go_import_path="github.com/hashicorp/nomad"
 go_build_tags="ui release"
 _git_commit=95514d569610f15ce49b4a7a1a6bfd3e7b3e7b4f
 go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
-hostmakedepends="git"
 short_desc="Cluster scheduler designed to easily integrate into existing workflows"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MPL-2.0"

From 4cf72e1e3b0cf728ae4711c8cc34939c22b0e401 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:08 +0200
Subject: [PATCH 55/80] obfs4proxy: remove git build dep

---
 srcpkgs/obfs4proxy/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/obfs4proxy/template b/srcpkgs/obfs4proxy/template
index 1b9dd7e0b53e..c38ce754ce86 100644
--- a/srcpkgs/obfs4proxy/template
+++ b/srcpkgs/obfs4proxy/template
@@ -7,7 +7,6 @@ wrksrc="${_pkgname}-${version}"
 build_style=go
 go_import_path=gitlab.com/yawning/obfs4.git
 go_package="${go_import_path}/obfs4proxy"
-hostmakedepends="git"
 short_desc="Pluggable transport proxy for Tor, implementing obfs4"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="BSD-2-Clause"

From 48c985d935585dffeee68f2151064da56e478b5e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:08 +0200
Subject: [PATCH 56/80] oh: remove git build dep

---
 srcpkgs/oh/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/oh/template b/srcpkgs/oh/template
index 03149b3ed692..1f9a346883ca 100644
--- a/srcpkgs/oh/template
+++ b/srcpkgs/oh/template
@@ -4,7 +4,6 @@ version=0.8.0
 revision=1
 build_style=go
 go_import_path="github.com/michaelmacinnis/oh"
-hostmakedepends="git"
 short_desc="Surprisingly powerful Unix shell"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="MIT"

From c2434b795e79848091f2831b9adc067d4369535b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:08 +0200
Subject: [PATCH 57/80] pam_netauth: remove git build dep

---
 srcpkgs/pam_netauth/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/pam_netauth/template b/srcpkgs/pam_netauth/template
index 09a33291eb8e..7c300852f696 100644
--- a/srcpkgs/pam_netauth/template
+++ b/srcpkgs/pam_netauth/template
@@ -4,7 +4,6 @@ version=0.3.5
 revision=1
 build_style=go
 go_import_path="github.com/netauth/pam_netauth"
-hostmakedepends="git"
 makedepends=pam-devel
 short_desc="PAM plugin for NetAuth"
 maintainer="Michael Aldridge <maldridge@netauth.org>"

From 531e14d944ab16bdfcc2b1bf4eb9dd6a76a9a52c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:08 +0200
Subject: [PATCH 58/80] peco: remove git build dep

---
 srcpkgs/peco/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/peco/template b/srcpkgs/peco/template
index 0fc04b8036bc..6f5679e73ca9 100644
--- a/srcpkgs/peco/template
+++ b/srcpkgs/peco/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="github.com/peco/peco"
 go_package="${go_import_path}/cmd/peco"
-hostmakedepends="git"
 short_desc="Simplistic interactive filtering tool"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"

From 979deb1de593b5a237eeb22376ec5007873051a1 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:09 +0200
Subject: [PATCH 59/80] pst: remove git build dep

---
 srcpkgs/pst/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/pst/template b/srcpkgs/pst/template
index 9aa71e758390..b1d3888ae8bc 100644
--- a/srcpkgs/pst/template
+++ b/srcpkgs/pst/template
@@ -4,7 +4,6 @@ version=1.3.2
 revision=1
 build_style=go
 go_import_path=github.com/skanehira/pst
-hostmakedepends="git"
 short_desc="TUI process monitor"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"

From 99241c2bdb4ad2b49df17d2d1ccc1d9618fcb05a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:09 +0200
Subject: [PATCH 60/80] pwget: remove git build dep

---
 srcpkgs/pwget/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/pwget/template b/srcpkgs/pwget/template
index ddc85de35f0b..64cdcae14fb9 100644
--- a/srcpkgs/pwget/template
+++ b/srcpkgs/pwget/template
@@ -4,7 +4,6 @@ version=2.0
 revision=1
 build_style=go
 go_import_path="github.com/majewsky/pwget"
-hostmakedepends="git"
 short_desc="Single-binary stateless password manager"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="GPL-3.0-or-later"

From 34d78e76ead3c23dcb3c4ed7d0d22d0ca4c8d40e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:09 +0200
Subject: [PATCH 61/80] s: remove git build dep

---
 srcpkgs/s/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/s/template b/srcpkgs/s/template
index 76a7da458242..8dd517674760 100644
--- a/srcpkgs/s/template
+++ b/srcpkgs/s/template
@@ -5,7 +5,6 @@ revision=1
 build_helper=qemu
 build_style=go
 go_import_path=github.com/zquestz/s
-hostmakedepends="git"
 short_desc="Web search from the terminal"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"

From 9b7561c362d2bca3142708218f3a198f7461ae36 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:09 +0200
Subject: [PATCH 62/80] saml2aws: remove git build dep

---
 srcpkgs/saml2aws/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/saml2aws/template b/srcpkgs/saml2aws/template
index 43cd823b7b57..a3afe9ed49fb 100644
--- a/srcpkgs/saml2aws/template
+++ b/srcpkgs/saml2aws/template
@@ -6,7 +6,6 @@ build_style=go
 go_import_path=github.com/versent/saml2aws/v2
 go_package="$go_import_path/cmd/saml2aws"
 go_ldflags="-X main.Version=${version}"
-hostmakedepends="git"
 depends="aws-cli"
 short_desc="Get AWS temporary credentials from SAML provider"
 maintainer="Mate GABRI <iam@theguy.io>"

From 7a8ecd0a8723e351548de0d13217c6db73439f4b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:09 +0200
Subject: [PATCH 63/80] sampler: remove git build dep

---
 srcpkgs/sampler/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/sampler/template b/srcpkgs/sampler/template
index 8612da45a6ac..be43f33416cd 100644
--- a/srcpkgs/sampler/template
+++ b/srcpkgs/sampler/template
@@ -4,7 +4,6 @@ version=1.1.0
 revision=1
 build_style=go
 go_import_path="github.com/sqshq/sampler"
-hostmakedepends="git"
 makedepends="alsa-lib-devel"
 short_desc="Tool for shell commands execution, visualization and alerting"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"

From d8c51d3647d5a93f85ff4b3f8ba60da19ba423b8 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:09 +0200
Subject: [PATCH 64/80] seaweedfs: remove git build dep

---
 srcpkgs/seaweedfs/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/seaweedfs/template b/srcpkgs/seaweedfs/template
index 4c3a91e3a89f..af07c3694fae 100644
--- a/srcpkgs/seaweedfs/template
+++ b/srcpkgs/seaweedfs/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="github.com/chrislusf/seaweedfs"
 go_package="github.com/chrislusf/seaweedfs/weed"
-hostmakedepends="git"
 short_desc="Simple and highly scalable distributed file system"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"

From 062f67bfbc5d66bd21b0eaffc82968448ddeb128 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:09 +0200
Subject: [PATCH 65/80] shadowfox-updater: remove git build dep

---
 srcpkgs/shadowfox-updater/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/shadowfox-updater/template b/srcpkgs/shadowfox-updater/template
index 37e613755302..fb2eadb6f541 100644
--- a/srcpkgs/shadowfox-updater/template
+++ b/srcpkgs/shadowfox-updater/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path=github.com/SrKomodo/shadowfox-updater
 go_ldflags="-X main.version=v${version}"
-hostmakedepends="git"
 short_desc="Auto-updater for ShadowFox"
 maintainer="Renato Aguiar <renato@renag.me>"
 license="MIT"

From 9d8624009f87d2f766c4e18670d2d179cbc55cd3 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:10 +0200
Subject: [PATCH 66/80] sops: remove git build dep

---
 srcpkgs/sops/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/sops/template b/srcpkgs/sops/template
index f1215b6c3eb7..ade18a059c57 100644
--- a/srcpkgs/sops/template
+++ b/srcpkgs/sops/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="go.mozilla.org/sops/v3"
 go_package="${go_import_path}/cmd/sops"
-hostmakedepends="git"
 short_desc="Simple and flexible tool for managing secrets"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="MPL-2.0"

From 6e346ff2feab88e3722a81f5144fa792be587081 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:10 +0200
Subject: [PATCH 67/80] syncthing: remove git build dep

---
 srcpkgs/syncthing/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template
index 6a2673395275..fc10e6620832 100644
--- a/srcpkgs/syncthing/template
+++ b/srcpkgs/syncthing/template
@@ -10,7 +10,6 @@ go_package="
  ${go_import_path}/cmd/syncthing"
 go_build_tags="noupgrade"
 go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}"
-hostmakedepends="git"
 short_desc="Open Source Continuous File Synchronization"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0"

From e0437a815f14122ef577da6c4df3007d928f7db2 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:10 +0200
Subject: [PATCH 68/80] termshark: remove git build dep

---
 srcpkgs/termshark/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 4656690cb609..73a8d1976c52 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path="github.com/gcla/termshark/v2"
 go_package="${go_import_path}/cmd/termshark"
-hostmakedepends="git"
 depends="wireshark"
 short_desc="Terminal UI for tshark, inspired by Wireshark"
 maintainer="Piraty <piraty1@inbox.ru>"

From 7732275ef0440daa2beb269004d5ead42c0383c6 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:10 +0200
Subject: [PATCH 69/80] terragrunt: remove git build dep

---
 srcpkgs/terragrunt/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index b99451213534..2c5080b61c3c 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -4,7 +4,6 @@ version=0.36.1
 revision=1
 build_style=go
 go_import_path="github.com/gruntwork-io/terragrunt"
-hostmakedepends="git"
 depends="terraform"
 short_desc="Thin wrapper for Terraform that provides extra tools"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"

From 571d8b098d089c3db0dbcb3d4be79b5c980a0823 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:10 +0200
Subject: [PATCH 70/80] tml: remove git build dep

---
 srcpkgs/tml/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/tml/template b/srcpkgs/tml/template
index 46ab37c0a3d2..21810a85215f 100644
--- a/srcpkgs/tml/template
+++ b/srcpkgs/tml/template
@@ -6,7 +6,6 @@ build_style=go
 go_import_path="github.com/liamg/tml"
 go_package="github.com/liamg/tml/tml"
 go_ldflags="-X github.com/liamg/tml/version.Version=${TRAVIS_TAG}"
-hostmakedepends="git"
 short_desc="Tiny markup language for terminal output"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="Unlicense"

From fff190452e4c0ebda3d2280b235c3c729d2caf15 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:10 +0200
Subject: [PATCH 71/80] up: remove git build dep

---
 srcpkgs/up/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/up/template b/srcpkgs/up/template
index dbaf768841d9..3907504ad47b 100644
--- a/srcpkgs/up/template
+++ b/srcpkgs/up/template
@@ -4,7 +4,6 @@ version=0.4
 revision=1
 build_style=go
 go_import_path=github.com/akavel/up
-hostmakedepends="git"
 short_desc="Ultimate Plumber - write Linux pipes interactively"
 maintainer="Piraty <piraty1@inbox.ru>"
 license="Apache-2.0"

From 531c2c315df76fe1e53c883f1facfc6974a0d25f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:10 +0200
Subject: [PATCH 72/80] usql: remove git build dep

---
 srcpkgs/usql/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index f5705bd21b3a..45687345c30c 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -4,7 +4,6 @@ version=0.9.5
 revision=1
 build_style=go
 go_import_path=github.com/xo/usql
-hostmakedepends="git"
 short_desc="Universal command-line interface for SQL databases"
 maintainer="Alan Brown <adbrown@rocketmail.com>"
 license="MIT"

From f377c40c048fe83af61156295dbcfa3cbb2d8bd4 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:11 +0200
Subject: [PATCH 73/80] vault: remove git build dep

---
 srcpkgs/vault/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template
index 49f6a4b405b9..111feb18627e 100644
--- a/srcpkgs/vault/template
+++ b/srcpkgs/vault/template
@@ -7,7 +7,6 @@ go_import_path="github.com/hashicorp/vault"
 go_build_tags="release"
 _git_commit=fcbe948b2542a13ee8036ad07dd8ebf8554f56cb
 go_ldflags="-X ${go_import_path}/sdk/version.GitCommit=${_git_commit}"
-hostmakedepends="git"
 depends="libcap-progs"
 short_desc="Manage Secrets and Protect Sensitive Data"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"

From f6f747f563b3abb423802a5df9ce5451fceaec2d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:11 +0200
Subject: [PATCH 74/80] websocketd: remove git build dep

---
 srcpkgs/websocketd/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/websocketd/template b/srcpkgs/websocketd/template
index 110a42b2a91b..f6e09cd762d4 100644
--- a/srcpkgs/websocketd/template
+++ b/srcpkgs/websocketd/template
@@ -4,7 +4,6 @@ version=0.4.1
 revision=1
 build_style=go
 go_import_path="github.com/joewalnes/websocketd"
-hostmakedepends="git"
 short_desc="Turn any program that uses STDIN/STDOUT into a WebSocket server"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="BSD-2-Clause"

From b4190bf859bf2db7c492339182097a54f9addcd2 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:11 +0200
Subject: [PATCH 75/80] wego: remove git build dep

---
 srcpkgs/wego/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/wego/template b/srcpkgs/wego/template
index 5e806bb83653..a02b1253a235 100644
--- a/srcpkgs/wego/template
+++ b/srcpkgs/wego/template
@@ -2,7 +2,6 @@
 pkgname=wego
 version=2.1
 revision=1
-hostmakedepends="git"
 build_style=go
 go_import_path=github.com/schachmat/wego
 short_desc="Weather client for the terminal"

From 36020e44728dd6ad9aa3dddfe9d9fbefe4f4cdac Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:11 +0200
Subject: [PATCH 76/80] xurls: remove git build dep

---
 srcpkgs/xurls/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/xurls/template b/srcpkgs/xurls/template
index 03a9960c67d5..797420fe7824 100644
--- a/srcpkgs/xurls/template
+++ b/srcpkgs/xurls/template
@@ -5,7 +5,6 @@ revision=2
 build_style=go
 go_import_path="mvdan.cc/xurls/v2"
 go_package="${go_import_path}/cmd/xurls"
-hostmakedepends="git"
 short_desc="Extract urls from text"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"

From e878a408eb3148fd2d28fd87ee953ae7a0db4a53 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:11 +0200
Subject: [PATCH 77/80] yggdrasil: remove git build dep

---
 srcpkgs/yggdrasil/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index ce580cd52950..0839a7cda8ad 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -5,7 +5,6 @@ revision=1
 wrksrc="yggdrasil-go-${version}"
 build_style=go
 go_import_path=github.com/yggdrasil-network/yggdrasil-go
-hostmakedepends="git"
 short_desc="Experiment in scalable routing as an encrypted IPv6 overlay network"
 maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
 license="LGPL-3.0-only"

From 2beaf8c3c12faa8835437606cb6fbf9b230fb4ce Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:11 +0200
Subject: [PATCH 78/80] yj: remove git build dep

---
 srcpkgs/yj/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/yj/template b/srcpkgs/yj/template
index 395a2c6b15b9..1574254ace3e 100644
--- a/srcpkgs/yj/template
+++ b/srcpkgs/yj/template
@@ -4,7 +4,6 @@ version=5.1.0
 revision=1
 build_style=go
 go_import_path="github.com/sclevine/yj/v${version%%.*}"
-hostmakedepends="git"
 short_desc="Convert YAML <=> TOML <=> JSON <=> HCL"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"

From 0df018e58dbb13f45c564cad3da5b5a47c3fb1b3 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:11 +0200
Subject: [PATCH 79/80] zrepl: remove git build dep

---
 srcpkgs/zrepl/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/zrepl/template b/srcpkgs/zrepl/template
index dd4b712b8e46..a989c805ab8f 100644
--- a/srcpkgs/zrepl/template
+++ b/srcpkgs/zrepl/template
@@ -5,7 +5,6 @@ revision=1
 build_style=go
 go_import_path=github.com/zrepl/zrepl
 go_ldflags="-X github.com/zrepl/zrepl/version.zreplVersion=void-${version}_${revision}"
-hostmakedepends="git"
 depends="zfs"
 short_desc="One-stop ZFS backup & replication solution"
 maintainer="Frans Bergman <frans@tankernn.eu>"

From 125eba3a61e978c7ce18dee7c6310b5bb2572283 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 May 2022 12:52:03 +0200
Subject: [PATCH 80/80] dep: remove git build dep

---
 srcpkgs/dep/template | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/srcpkgs/dep/template b/srcpkgs/dep/template
index 79cce5410597..65981b673f88 100644
--- a/srcpkgs/dep/template
+++ b/srcpkgs/dep/template
@@ -6,7 +6,6 @@ build_style=go
 go_import_path=github.com/golang/dep
 go_package="${go_import_path}/cmd/dep"
 go_ldflags="-X main.version=v${version}"
-hostmakedepends="git"
 depends="git go"
 short_desc="Go dependency management tool"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
@@ -15,10 +14,6 @@ homepage="https://github.com/golang/dep"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=929c8f759838f98323211ba408a831ea80d93b75beda8584b6d950f393a3298a
 
-pre_build() {
-	git config --global http.https://gopkg.in.followRedirects true
-}
-
 post_install() {
 	vlicense LICENSE
 }

  reply	other threads:[~2022-05-01 11:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-01 11:03 [PR PATCH] " paper42
2022-05-01 11:31 ` paper42 [this message]
2022-05-04  8:31 ` [PR PATCH] [Updated] " paper42
2022-05-04  8:34 ` [PR PATCH] [Closed]: " paper42
2022-05-04  8:34 ` [PR PATCH] [Updated] " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220501113107.I4tFDAAMRaDjb0lUVR5Utr4LCoWguKe2_Jt4UL-X8jA@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).