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: Wed, 04 May 2022 10:31:32 +0200	[thread overview]
Message-ID: <20220504083132.gzVF3hG-hEMAy7MbyDY6n1fJ4yovuNh8tWGTenl6VrQ@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 148683d31b953150f7695d964f3aaf2dba160eda 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 cb83c98379a7262badd617e4595db01fa016b169 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 0c68c3622ddc9c4bd207ce259e21e5060311a69f 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 359fc6efd444296f210409571db2427b818aa404 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 f6d663b689858e3aa8bb9e8f0d5084bbf3774132 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 e0bebcc3dffb173cf7b223273681d5caec3576b1 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 e70cb933ec393e25c610de4482a88a2c9c50ad2d 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 a0e2c5aef03a48d8e3eca41ae22b10f063f4a015 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 5fabcfd316c8fcf9a07f3364233caed849b99ec3 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 e7240e5a6db048861f1b44428f7571c2e5d16694 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 12880fbf289f8f3d8c818debde16b75f00bd5201 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 f38b053166a167c5cabae75741d6df1b85b305dd 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 2ed1af0f4c929e981f17908a461841ed1b63c6c0 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 8a67d89b5c561f9748d5124c65dc5b2424fdf9c5 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 600111933fd5960c1101adae6c72258c79d337e3 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 eb9ce82340c53af39fd63f2efedd3cc347399e21 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 2c7da8573098db20a8a29d3f311cb4547c26f18b 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 f544a5afc614953c989d0557a8e4e8dc76d24602 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 0cf31ac1676b57964705f73d1eb440e3eb53acb1 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 43510e120670f4a06f95fc7565defb8627107982 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 6a3510bb21d6bd10cc3a10c387cebb5c469dc34b 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 d82f4a56b45608ea5fc5b64874bb1757cad62ceb 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 5e82c127b509b4d0da0b75b0cb89aa3db6308bf1 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 4a82dd24789ed68280f2539cd030701a797c065f 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 8f601f2c1be3593ded465727b23977d433d87219 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 aa0f609b8a9a69298fd6752667e97a6d490fb88e 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 c3d8d415af6f4e8731dc5bc61b7ad8cfddd2c1f8 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 f93a0875432712bca75055900816397c491cdb1c 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 bc3b980e8fab0dd8170a24c906841959205442e7 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 7fbe91e55b626599078f6d65ecdd08aee5f9c353 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 5d3bdd8e61e2978b0652d4413cccb561ddf9aff8 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 43146e5630038a7be318f207f2be557381c8f11e 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 ed4afd7f0dc271473b96b8cbb81346040eea0a26 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 db0f4d5aa3464c179b8d43567765f5fef46491f2 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 6ade2dd92038c6814b37422e5c55491447f8aa54 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 c44d6f41ee0384bd4bb6b8ec1eaabef7c1e11b66 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 791ba043534f8f9f771094b05b6c8ef39fd6b360 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 604a6dab2154b02bd08c1a731634270e6f7840f4 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 2c8915558e622a4643338868864f9750714b3f90 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 63a89e8eb1807abc1f9932fb0ef69ffb94f03339 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 963640a1ea97ce3b78f19e07ff038ddf7c17bf8b 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 5c71b8764c30c8eeb7a3bfd5317d2dc8740c0ffd 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 e22bd650e5aa9bd307901f2e594fa3b59481a6f5 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 d60ee8dedebd7efb0ae76fcc3a8a952ec5f03378 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 2494c06ff99855eb9307890e1bf00d2ddda2380a 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 ea2e8e808d45ad6359c82f057495b8ba7a00aaff 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 2ae4d6f3ae5da558571d2e6e6500c1902d8875f3 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 f75f1963bdc9ebbf3ea6c05f305317926d5c728b 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 43cafcadb178d29a15bacec25c2da3e225b7778e 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 750807b3db25e30d32e36e2873d8b5bdb8df1cd9 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 5b3d9bbd820514d90686bea0d1e3b1c27b73db57 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 d308a12138740be95d92db6674e9c4f51a9c42fa 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 659583e6f089229589cea85f36bcf5572cd6c4c7 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 c7b2013ba8945a6ba23b6cb37f785eb7f60bf211 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 8ed79ec6549ef09a263ab6baec501f64dede93b7 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 5581b65569868c164315f64f65c9ac2a863b1e42 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 20e65a14d068b322aee3fae256fa9eb7004c7310 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 b5a53e1e775caf11b5c4ecabbf5349329678a0df 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 ae17192f90a3d2533ad8385c3ceb6b45a3d163b6 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 97bcaa9b6fdb4e0b5c29d682d3e28a1a6452607c 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 ecdc51f9ff0bd012c8ead630cf592db5203d3218 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 f3ee7dbd6ba2f6720c02ceda8fea41d04899b93f 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 7e32b9baacdc66083dc962f4e6a1047934b2865e 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 90c66490fd914a1970c7ee248d4438c7a2c16f87 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 7ec9ec55478718469c7b43cd7d6cb6ae763bd581 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 c14ba0f4ec54959a4296b2b657d0403e61dfd2d3 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 b451f71bd9ed4be7b16779b24335061184832262 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 10166603a685..d1cdcc490bb2 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 e465ab63ecc2a62e70eaacadf113ead216bee4ae 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 5cc17e302d580f022ee0704a57bf138d40975a20 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 5978aa22f6a8c83ac3c1d01128cbc3db7106f844 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 fd091d09c4fd1d72f1f4b509dce4f47a12b52de2 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 c02b88595999472323529e71d64ed4a6fe08d7c6 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 f767a9caaf56af4f14aef0d53b18a046594531c5 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 4c8dea66984560e0e7207d0109c6797ffb665183 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 af43f55b59fb8266bf752a08f4e8b015f6fd1671 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 85969c16fe0a60635bf3ae05087730001b8097e5 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 70c996e87c2aab99416127e6c85cb14c0a62569e 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 f5a6317820be877240104cce5dbe0d81dc816577 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 320896c6e88f2b0dfd22b90478ae27f18d89f131 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 a6d8f64aca680ee7df3bcd8dcecc71342e255347 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
 }

  parent reply	other threads:[~2022-05-04  8: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 ` [PR PATCH] [Updated] " paper42
2022-05-04  8:31 ` paper42 [this message]
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=20220504083132.gzVF3hG-hEMAy7MbyDY6n1fJ4yovuNh8tWGTenl6VrQ@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).