Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [rfc] build-style: go: allow pie (v2)
@ 2023-10-29 18:04 dkwo
  2023-10-29 18:12 ` [PR PATCH] [Updated] " dkwo
                   ` (49 more replies)
  0 siblings, 50 replies; 51+ messages in thread
From: dkwo @ 2023-10-29 18:04 UTC (permalink / raw)
  To: ml

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

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages gopie
https://github.com/void-linux/void-packages/pull/46958

[rfc] build-style: go: allow pie (v2)
I rebuilt `syncthing`, `gopass`, `goimapnotify` and `sbctl` (in another pr);
the rest of go packages have `nopie` and `nostrip` set.

@sgn @ericonr I'm adapting your changes from previous pr.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gopie-46958.patch --]
[-- Type: text/x-diff, Size: 231622 bytes --]

From 55c140256782da57ac749b3d4d7af68d943e876a Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 29 Oct 2023 13:56:54 -0400
Subject: [PATCH 1/2] srcpkgs: mass set no{pie,strip} for go packages

In the incoming change, we allow to build go package in PIE mode.

Historically, we always build go packages in non-PIE mode and enforce it
in $XBPS_COMMONDIR/environment/build-style/go.sh

Let's set them per package, now.

This change was generated with Git, xargs, and GNU sed by:

	git grep -l 'build_style=\(.*\)go\1' |
	xargs sed -i -e '/^homepage=/a nopie=unverified\nnostrip=nopie'
---
 srcpkgs/3mux/template                         | 2 ++
 srcpkgs/Amass/template                        | 2 ++
 srcpkgs/Gokapi/template                       | 2 ++
 srcpkgs/NetAuth-ldap/template                 | 2 ++
 srcpkgs/NetAuth-localizer/template            | 2 ++
 srcpkgs/NetAuth-nsscache/template             | 2 ++
 srcpkgs/NetAuth-pam-helper/template           | 2 ++
 srcpkgs/NetAuth-sftpgo-hook/template          | 2 ++
 srcpkgs/NetAuth/template                      | 2 ++
 srcpkgs/NetKeys/template                      | 2 ++
 srcpkgs/NoiseTorch/template                   | 2 ++
 srcpkgs/PopCorn/template                      | 2 ++
 srcpkgs/TMSU/template                         | 2 ++
 srcpkgs/TerraState/template                   | 2 ++
 srcpkgs/abireport/template                    | 2 ++
 srcpkgs/acbuild/template                      | 2 ++
 srcpkgs/ace-util/template                     | 2 ++
 srcpkgs/acmetool/template                     | 2 ++
 srcpkgs/act/template                          | 2 ++
 srcpkgs/aerc/template                         | 2 ++
 srcpkgs/age/template                          | 2 ++
 srcpkgs/alertmanager/template                 | 2 ++
 srcpkgs/amfora/template                       | 2 ++
 srcpkgs/antibody/template                     | 2 ++
 srcpkgs/app-builder/template                  | 2 ++
 srcpkgs/aptly/template                        | 2 ++
 srcpkgs/aquatone/template                     | 2 ++
 srcpkgs/archiver/template                     | 2 ++
 srcpkgs/arduino-cli/template                  | 2 ++
 srcpkgs/arpfox/template                       | 2 ++
 srcpkgs/atlantis/template                     | 2 ++
 srcpkgs/autorestic/template                   | 2 ++
 srcpkgs/aws-vault/template                    | 2 ++
 srcpkgs/babelfish/template                    | 2 ++
 srcpkgs/bettercap/template                    | 2 ++
 srcpkgs/bird_exporter/template                | 2 ++
 srcpkgs/blackbox_exporter/template            | 2 ++
 srcpkgs/blush/template                        | 2 ++
 srcpkgs/bombadillo/template                   | 2 ++
 srcpkgs/bombardier/template                   | 2 ++
 srcpkgs/booster/template                      | 2 ++
 srcpkgs/brig/template                         | 2 ++
 srcpkgs/browserpass/template                  | 2 ++
 srcpkgs/browsh/template                       | 2 ++
 srcpkgs/buildah/template                      | 2 ++
 srcpkgs/caddy/template                        | 2 ++
 srcpkgs/carapace/template                     | 2 ++
 srcpkgs/cdetect/template                      | 2 ++
 srcpkgs/cfssl/template                        | 2 ++
 srcpkgs/cgrps/template                        | 2 ++
 srcpkgs/chathistorysync/template              | 2 ++
 srcpkgs/cheat/template                        | 2 ++
 srcpkgs/chezmoi/template                      | 2 ++
 srcpkgs/chroma/template                       | 2 ++
 srcpkgs/chronograf/template                   | 2 ++
 srcpkgs/circleci-cli/template                 | 2 ++
 srcpkgs/cliphist/template                     | 2 ++
 srcpkgs/clipman/template                      | 2 ++
 srcpkgs/cloudflared/template                  | 2 ++
 srcpkgs/cni-plugin-dnsname/template           | 2 ++
 srcpkgs/cni-plugins/template                  | 2 ++
 srcpkgs/cni/template                          | 2 ++
 srcpkgs/cod/template                          | 2 ++
 srcpkgs/codesearch/template                   | 2 ++
 srcpkgs/consul-template/template              | 2 ++
 srcpkgs/consul/template                       | 2 ++
 srcpkgs/containerd/template                   | 2 ++
 srcpkgs/coredns/template                      | 2 ++
 srcpkgs/cowyo/template                        | 2 ++
 srcpkgs/coyim/template                        | 2 ++
 srcpkgs/crane/template                        | 2 ++
 srcpkgs/cri-o/template                        | 2 ++
 srcpkgs/cri-tools/template                    | 2 ++
 srcpkgs/croc/template                         | 2 ++
 srcpkgs/d2/template                           | 2 ++
 srcpkgs/darch/template                        | 2 ++
 srcpkgs/darkman/template                      | 2 ++
 srcpkgs/darktile/template                     | 2 ++
 srcpkgs/dasel/template                        | 2 ++
 srcpkgs/delve/template                        | 2 ++
 srcpkgs/dendrite/template                     | 2 ++
 srcpkgs/dep/template                          | 2 ++
 srcpkgs/direnv/template                       | 2 ++
 srcpkgs/dirstalk/template                     | 2 ++
 srcpkgs/distrobuilder/template                | 2 ++
 srcpkgs/dive/template                         | 2 ++
 srcpkgs/dlayer/template                       | 2 ++
 srcpkgs/dnscrypt-proxy/template               | 2 ++
 srcpkgs/docker-buildx/template                | 2 ++
 srcpkgs/docker-cli/template                   | 2 ++
 srcpkgs/docker-compose/template               | 2 ++
 srcpkgs/docker-credential-pass/template       | 2 ++
 srcpkgs/docker-gen/template                   | 2 ++
 srcpkgs/docker-machine-driver-kvm/template    | 2 ++
 srcpkgs/docker-machine/template               | 2 ++
 srcpkgs/doctl/template                        | 2 ++
 srcpkgs/domain_exporter/template              | 2 ++
 srcpkgs/dotool/template                       | 2 ++
 srcpkgs/drive/template                        | 2 ++
 srcpkgs/drone-cli/template                    | 2 ++
 srcpkgs/duf/template                          | 2 ++
 srcpkgs/eduvpn-common/template                | 2 ++
 srcpkgs/elfinfo/template                      | 2 ++
 srcpkgs/elvish/template                       | 2 ++
 srcpkgs/emptty/template                       | 2 ++
 srcpkgs/ensure-access/template                | 2 ++
 srcpkgs/etcd/template                         | 2 ++
 srcpkgs/exercism/template                     | 2 ++
 srcpkgs/ffuf/template                         | 2 ++
 srcpkgs/figurine/template                     | 2 ++
 srcpkgs/flannel/template                      | 2 ++
 srcpkgs/flint/template                        | 2 ++
 srcpkgs/forego/template                       | 2 ++
 srcpkgs/frp/template                          | 2 ++
 srcpkgs/fs-repo-migrations/template           | 2 ++
 srcpkgs/fscrypt/template                      | 2 ++
 srcpkgs/fx/template                           | 2 ++
 srcpkgs/fzf/template                          | 2 ++
 srcpkgs/galene/template                       | 2 ++
 srcpkgs/gdu/template                          | 2 ++
 srcpkgs/gemget/template                       | 2 ++
 srcpkgs/gendesk/template                      | 2 ++
 srcpkgs/gfuzz/template                        | 2 ++
 srcpkgs/ghq/template                          | 2 ++
 srcpkgs/gister/template                       | 2 ++
 srcpkgs/git-lfs/template                      | 2 ++
 srcpkgs/git-sizer/template                    | 2 ++
 srcpkgs/git-team/template                     | 2 ++
 srcpkgs/gitbatch/template                     | 2 ++
 srcpkgs/gitea/template                        | 2 ++
 srcpkgs/github-cli/template                   | 2 ++
 srcpkgs/github-opml/template                  | 2 ++
 srcpkgs/gitlab-runner/template                | 2 ++
 srcpkgs/gkill/template                        | 2 ++
 srcpkgs/glab/template                         | 2 ++
 srcpkgs/glide/template                        | 2 ++
 srcpkgs/glider/template                       | 2 ++
 srcpkgs/glock/template                        | 2 ++
 srcpkgs/glow/template                         | 2 ++
 srcpkgs/go-bindata/template                   | 2 ++
 srcpkgs/go-capnproto2/template                | 2 ++
 srcpkgs/go-ipfs/template                      | 2 ++
 srcpkgs/go-jira/template                      | 2 ++
 srcpkgs/go-md2man/template                    | 2 ++
 srcpkgs/go-mtpfs/template                     | 2 ++
 srcpkgs/go-review/template                    | 2 ++
 srcpkgs/goatcounter/template                  | 2 ++
 srcpkgs/gobuster/template                     | 2 ++
 srcpkgs/gocloc/template                       | 2 ++
 srcpkgs/gocryptfs/template                    | 2 ++
 srcpkgs/godef/template                        | 2 ++
 srcpkgs/gogs/template                         | 2 ++
 srcpkgs/golangci-lint/template                | 2 ++
 srcpkgs/gomatrix/template                     | 2 ++
 srcpkgs/gomuks/template                       | 2 ++
 srcpkgs/gopass-jsonapi/template               | 2 ++
 srcpkgs/gopls/template                        | 2 ++
 srcpkgs/gopm/template                         | 2 ++
 srcpkgs/gops/template                         | 2 ++
 srcpkgs/goreleaser/template                   | 2 ++
 srcpkgs/gotify-cli/template                   | 2 ++
 srcpkgs/gotify-server/template                | 2 ++
 srcpkgs/gotop/template                        | 2 ++
 srcpkgs/gotty/template                        | 2 ++
 srcpkgs/goversion/template                    | 2 ++
 srcpkgs/grafana/template                      | 2 ++
 srcpkgs/gron/template                         | 2 ++
 srcpkgs/grype/template                        | 2 ++
 srcpkgs/gucci/template                        | 2 ++
 srcpkgs/gum/template                          | 2 ++
 srcpkgs/hcloud/template                       | 2 ++
 srcpkgs/hey/template                          | 2 ++
 srcpkgs/hivemind/template                     | 2 ++
 srcpkgs/hooktftp/template                     | 2 ++
 srcpkgs/httpstat/template                     | 2 ++
 srcpkgs/hub/template                          | 2 ++
 srcpkgs/hugo/template                         | 2 ++
 srcpkgs/hut/template                          | 2 ++
 srcpkgs/hydroxide/template                    | 2 ++
 srcpkgs/i3cat/template                        | 2 ++
 srcpkgs/ibus-bamboo/template                  | 2 ++
 srcpkgs/img/template                          | 2 ++
 srcpkgs/immortal/template                     | 2 ++
 srcpkgs/influxdb/template                     | 2 ++
 srcpkgs/ipfs-cluster/template                 | 2 ++
 srcpkgs/ipp-usb/template                      | 2 ++
 srcpkgs/ircdog/template                       | 2 ++
 srcpkgs/jd/template                           | 2 ++
 srcpkgs/jid/template                          | 2 ++
 srcpkgs/jj/template                           | 2 ++
 srcpkgs/joker/template                        | 2 ++
 srcpkgs/jp/template                           | 2 ++
 srcpkgs/jsonnet-language-server/template      | 2 ++
 srcpkgs/jump/template                         | 2 ++
 srcpkgs/k3d/template                          | 2 ++
 srcpkgs/k9s/template                          | 2 ++
 srcpkgs/kapacitor/template                    | 2 ++
 srcpkgs/keybase/template                      | 2 ++
 srcpkgs/knit/template                         | 2 ++
 srcpkgs/kopia/template                        | 2 ++
 srcpkgs/kops/template                         | 2 ++
 srcpkgs/kubecfg/template                      | 2 ++
 srcpkgs/kubefwd/template                      | 2 ++
 srcpkgs/kubernetes-kind/template              | 2 ++
 srcpkgs/kubernetes/template                   | 2 ++
 srcpkgs/kurly/template                        | 2 ++
 srcpkgs/lazydocker/template                   | 2 ++
 srcpkgs/lazygit/template                      | 2 ++
 srcpkgs/lego/template                         | 2 ++
 srcpkgs/lets/template                         | 2 ++
 srcpkgs/lf/template                           | 2 ++
 srcpkgs/licensechecker/template               | 2 ++
 srcpkgs/loki/template                         | 2 ++
 srcpkgs/lsp/template                          | 2 ++
 srcpkgs/lux/template                          | 2 ++
 srcpkgs/lxd-lts/template                      | 2 ++
 srcpkgs/lxd/template                          | 2 ++
 srcpkgs/maddy/template                        | 2 ++
 srcpkgs/madonctl/template                     | 2 ++
 srcpkgs/mangadesk/template                    | 2 ++
 srcpkgs/massren/template                      | 2 ++
 srcpkgs/mdr/template                          | 2 ++
 srcpkgs/micro/template                        | 2 ++
 srcpkgs/microhookd/template                   | 2 ++
 srcpkgs/miller/template                       | 2 ++
 srcpkgs/miniflux/template                     | 2 ++
 srcpkgs/minify/template                       | 2 ++
 srcpkgs/minikube/template                     | 2 ++
 srcpkgs/minio/template                        | 2 ++
 srcpkgs/misspell/template                     | 2 ++
 srcpkgs/mmark/template                        | 2 ++
 srcpkgs/mmv-go/template                       | 2 ++
 srcpkgs/moar/template                         | 2 ++
 srcpkgs/moby/template                         | 2 ++
 srcpkgs/mountain-backup/template              | 2 ++
 srcpkgs/mpdviz/template                       | 2 ++
 srcpkgs/nebula/template                       | 2 ++
 srcpkgs/nerdctl/template                      | 2 ++
 srcpkgs/netdata-plugins-go/template           | 2 ++
 srcpkgs/netns/template                        | 2 ++
 srcpkgs/netris/template                       | 2 ++
 srcpkgs/nextdns/template                      | 2 ++
 srcpkgs/nncp/template                         | 2 ++
 srcpkgs/node_exporter/template                | 2 ++
 srcpkgs/nomad-driver-podman/template          | 2 ++
 srcpkgs/nomad/template                        | 2 ++
 srcpkgs/ntfy/template                         | 2 ++
 srcpkgs/nvidia-container-toolkit/template     | 2 ++
 srcpkgs/nwg-look/template                     | 2 ++
 srcpkgs/obfs4proxy/template                   | 2 ++
 srcpkgs/oh/template                           | 2 ++
 srcpkgs/opensmtpd-filter-rspamd/template      | 2 ++
 srcpkgs/opensmtpd-filter-senderscore/template | 2 ++
 srcpkgs/operator-sdk/template                 | 2 ++
 srcpkgs/oragono/template                      | 2 ++
 srcpkgs/oras/template                         | 2 ++
 srcpkgs/osv-scanner/template                  | 2 ++
 srcpkgs/packer/template                       | 2 ++
 srcpkgs/packr2/template                       | 2 ++
 srcpkgs/pam_netauth/template                  | 2 ++
 srcpkgs/passphrase2pgp/template               | 2 ++
 srcpkgs/pdfcpu/template                       | 2 ++
 srcpkgs/peco/template                         | 2 ++
 srcpkgs/pgmetrics/template                    | 2 ++
 srcpkgs/pgweb/template                        | 2 ++
 srcpkgs/pkgtop/template                       | 2 ++
 srcpkgs/podman-tui/template                   | 2 ++
 srcpkgs/podman/template                       | 2 ++
 srcpkgs/pong-command/template                 | 2 ++
 srcpkgs/prometheus/template                   | 2 ++
 srcpkgs/pst/template                          | 2 ++
 srcpkgs/pup/template                          | 2 ++
 srcpkgs/pwget/template                        | 2 ++
 srcpkgs/qrcp/template                         | 2 ++
 srcpkgs/rancher-compose/template              | 2 ++
 srcpkgs/rclone/template                       | 2 ++
 srcpkgs/rest-server/template                  | 2 ++
 srcpkgs/restic/template                       | 2 ++
 srcpkgs/revive/template                       | 2 ++
 srcpkgs/rmapi/template                        | 2 ++
 srcpkgs/rocker/template                       | 2 ++
 srcpkgs/rootlesskit/template                  | 2 ++
 srcpkgs/runc/template                         | 2 ++
 srcpkgs/ryzen-stabilizator/template           | 2 ++
 srcpkgs/s/template                            | 2 ++
 srcpkgs/saml2aws/template                     | 2 ++
 srcpkgs/sampler/template                      | 2 ++
 srcpkgs/scaleway-cli/template                 | 2 ++
 srcpkgs/scc/template                          | 2 ++
 srcpkgs/seaweedfs/template                    | 2 ++
 srcpkgs/senpai/template                       | 2 ++
 srcpkgs/sftpgo/template                       | 2 ++
 srcpkgs/shadowfox-updater/template            | 2 ++
 srcpkgs/sharenix/template                     | 2 ++
 srcpkgs/shfmt/template                        | 2 ++
 srcpkgs/shiori/template                       | 2 ++
 srcpkgs/sift/template                         | 2 ++
 srcpkgs/skaffold/template                     | 2 ++
 srcpkgs/skate/template                        | 2 ++
 srcpkgs/skopeo/template                       | 2 ++
 srcpkgs/slack-term/template                   | 2 ++
 srcpkgs/slit/template                         | 2 ++
 srcpkgs/soju/template                         | 2 ++
 srcpkgs/sops/template                         | 2 ++
 srcpkgs/spreed-webrtc/template                | 2 ++
 srcpkgs/sq/template                           | 2 ++
 srcpkgs/ssl_exporter/template                 | 2 ++
 srcpkgs/stc/template                          | 2 ++
 srcpkgs/step-certificates/template            | 2 ++
 srcpkgs/step-cli/template                     | 2 ++
 srcpkgs/stern/template                        | 2 ++
 srcpkgs/subfinder/template                    | 2 ++
 srcpkgs/subjack/template                      | 2 ++
 srcpkgs/superd/template                       | 2 ++
 srcpkgs/svctl/template                        | 2 ++
 srcpkgs/syft/template                         | 2 ++
 srcpkgs/tag/template                          | 2 ++
 srcpkgs/tailscale/template                    | 2 ++
 srcpkgs/tea/template                          | 2 ++
 srcpkgs/telegraf/template                     | 2 ++
 srcpkgs/termshark/template                    | 2 ++
 srcpkgs/terraform-docs/template               | 2 ++
 srcpkgs/terraform-ls/template                 | 2 ++
 srcpkgs/terraform/template                    | 2 ++
 srcpkgs/terragrunt/template                   | 2 ++
 srcpkgs/tflint/template                       | 2 ++
 srcpkgs/tinycron/template                     | 2 ++
 srcpkgs/tldr/template                         | 2 ++
 srcpkgs/tml/template                          | 2 ++
 srcpkgs/todoist/template                      | 2 ++
 srcpkgs/transifex-cli/template                | 2 ++
 srcpkgs/twitch-cli/template                   | 2 ++
 srcpkgs/typioca/template                      | 2 ++
 srcpkgs/umoci/template                        | 2 ++
 srcpkgs/unflac/template                       | 2 ++
 srcpkgs/uni/template                          | 2 ++
 srcpkgs/up/template                           | 2 ++
 srcpkgs/up_rewrite/template                   | 2 ++
 srcpkgs/upterm/template                       | 2 ++
 srcpkgs/usql/template                         | 2 ++
 srcpkgs/v2ray/template                        | 2 ++
 srcpkgs/vale/template                         | 2 ++
 srcpkgs/vault-acme/template                   | 2 ++
 srcpkgs/vault/template                        | 2 ++
 srcpkgs/vegeta/template                       | 2 ++
 srcpkgs/vhs/template                          | 2 ++
 srcpkgs/vmdfmt/template                       | 2 ++
 srcpkgs/vndr/template                         | 2 ++
 srcpkgs/vultr-cli/template                    | 2 ++
 srcpkgs/vultr/template                        | 2 ++
 srcpkgs/wally-cli/template                    | 2 ++
 srcpkgs/wander/template                       | 2 ++
 srcpkgs/webcat/template                       | 2 ++
 srcpkgs/webhook/template                      | 2 ++
 srcpkgs/websocketd/template                   | 2 ++
 srcpkgs/wego/template                         | 2 ++
 srcpkgs/wireproxy/template                    | 2 ++
 srcpkgs/woke/template                         | 2 ++
 srcpkgs/wtfutil/template                      | 2 ++
 srcpkgs/wuzz/template                         | 2 ++
 srcpkgs/xmandump/template                     | 2 ++
 srcpkgs/xq-api/template                       | 2 ++
 srcpkgs/xurls/template                        | 2 ++
 srcpkgs/yggdrasil/template                    | 2 ++
 srcpkgs/yj/template                           | 2 ++
 srcpkgs/ymuse/template                        | 2 ++
 srcpkgs/yq-go/template                        | 2 ++
 srcpkgs/zrepl/template                        | 2 ++
 368 files changed, 736 insertions(+)

diff --git a/srcpkgs/3mux/template b/srcpkgs/3mux/template
index 1c7ea9ffd5a07..39ad30056a672 100644
--- a/srcpkgs/3mux/template
+++ b/srcpkgs/3mux/template
@@ -8,6 +8,8 @@ short_desc="Terminal multiplexer inspired by i3"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="MIT"
 homepage="https://github.com/aaronjanse/3mux"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/aaronjanse/3mux/archive/v${version}.tar.gz"
 checksum=0f4dae181914c73eaa91bdb21ee0875f21b5da64c7c9d478f6d52a2d0aa2c0ea
 
diff --git a/srcpkgs/Amass/template b/srcpkgs/Amass/template
index f86fef0beced6..b38b8ca346c9f 100644
--- a/srcpkgs/Amass/template
+++ b/srcpkgs/Amass/template
@@ -9,5 +9,7 @@ short_desc="In-depth Attack Surface Mapping and Asset Discovery"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.owasp.org/index.php/OWASP_Amass_Project"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/owasp-amass/amass/archive/v${version}.tar.gz"
 checksum=cc6b88593972e7078b73f07a0cef2cd0cd3702694cbc1f727829340a3d33425c
diff --git a/srcpkgs/Gokapi/template b/srcpkgs/Gokapi/template
index ee10c5005d254..35f4ff2107d8d 100644
--- a/srcpkgs/Gokapi/template
+++ b/srcpkgs/Gokapi/template
@@ -9,6 +9,8 @@ short_desc="Lightweight, self-hosted Firefox Send alternative"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="AGPL-3.0-only"
 homepage="https://github.com/Forceu/Gokapi"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=768fd94a01c3a717c26ab9794c44a8d2dd280ea5758e11042991fb8776530b11
 system_accounts="_gokapi"
diff --git a/srcpkgs/NetAuth-ldap/template b/srcpkgs/NetAuth-ldap/template
index b47123534c933..dd62b5ed2d3c8 100644
--- a/srcpkgs/NetAuth-ldap/template
+++ b/srcpkgs/NetAuth-ldap/template
@@ -9,6 +9,8 @@ short_desc="LDAP Proxy for NetAuth"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://www.netauth.org/ecosystem/ldap"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/netauth/ldap/archive/v$version.tar.gz"
 checksum=44e8470215c4c5879c597e1a779d1ba6ae5658b4ef2df9edcd74b1326a404f24
 system_accounts="_netauth_ldap"
diff --git a/srcpkgs/NetAuth-localizer/template b/srcpkgs/NetAuth-localizer/template
index db440a43cff88..439d23318b229 100644
--- a/srcpkgs/NetAuth-localizer/template
+++ b/srcpkgs/NetAuth-localizer/template
@@ -10,6 +10,8 @@ short_desc="Make NetAuth accounts local in Linux"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org/ecosystem/localizer"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/netauth/localizer/archive/v$version.tar.gz"
 checksum=63c4d462f90e03b8f4e225afe8cd064fdb54cf1d646c8ec4ff2452dbe2ad55f5
 
diff --git a/srcpkgs/NetAuth-nsscache/template b/srcpkgs/NetAuth-nsscache/template
index 2ddd925c0e0aa..e36e87cec5c17 100644
--- a/srcpkgs/NetAuth-nsscache/template
+++ b/srcpkgs/NetAuth-nsscache/template
@@ -8,6 +8,8 @@ short_desc="NetAuth nsscache implementation"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/NetAuth/nsscache/archive/v$version.tar.gz"
 checksum=d5e558d552009d59e5b433a9b96dac7db378412ccebb9dee95216a7a58eab2aa
 
diff --git a/srcpkgs/NetAuth-pam-helper/template b/srcpkgs/NetAuth-pam-helper/template
index c102c4dc890e5..d36721f67fdfd 100644
--- a/srcpkgs/NetAuth-pam-helper/template
+++ b/srcpkgs/NetAuth-pam-helper/template
@@ -8,6 +8,8 @@ short_desc="Helper executable to use with pam_exec"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://www.github.com/netauth/pam-helper"
+nopie=unverified
+nostrip=nopie
 distfiles="$homepage/archive/v$version.tar.gz"
 checksum=1f4fd5e914e6a423ba51911c89b105736b595a2328946e298a31e9dc144d1998
 
diff --git a/srcpkgs/NetAuth-sftpgo-hook/template b/srcpkgs/NetAuth-sftpgo-hook/template
index 998d6be4f2d49..b7c3d6fac6b29 100644
--- a/srcpkgs/NetAuth-sftpgo-hook/template
+++ b/srcpkgs/NetAuth-sftpgo-hook/template
@@ -9,6 +9,8 @@ short_desc="External authorization hook for SFTPGo using NetAuth"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://github.com/netauth/sftpgo-hook"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/netauth/sftpgo-hook/archive/refs/tags/v$version.tar.gz"
 checksum=21f12b3e6301792aeaa080263ee6c63fb33d51f404dbb9127820b786d4428512
 
diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template
index 08d5f78d0da88..9984f42e5ff36 100644
--- a/srcpkgs/NetAuth/template
+++ b/srcpkgs/NetAuth/template
@@ -12,6 +12,8 @@ short_desc="Network authentication and identity system"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz"
 checksum=cf84b2e63b7a59ec6e415ead1a94994b040b30fee2b27e482073371cfb0fb444
 
diff --git a/srcpkgs/NetKeys/template b/srcpkgs/NetKeys/template
index 4e459699b1831..0a4fc39bebd6e 100644
--- a/srcpkgs/NetKeys/template
+++ b/srcpkgs/NetKeys/template
@@ -8,6 +8,8 @@ short_desc="Key retrieval daemon for NetAuth"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/NetAuth/NetKeys/archive/v$version.tar.gz"
 checksum=1a82b2d415b77a63bd1cf7b2f79db454aea11811f268166dc004b75f38b9a791
 
diff --git a/srcpkgs/NoiseTorch/template b/srcpkgs/NoiseTorch/template
index b1cefe4fb1325..20ec619da96af 100644
--- a/srcpkgs/NoiseTorch/template
+++ b/srcpkgs/NoiseTorch/template
@@ -11,6 +11,8 @@ short_desc="Real-time microphone noise suppression on Linux"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/NoiseTorch/NoiseTorch"
+nopie=unverified
+nostrip=nopie
 _c_ringbuf_commit=2037560fb90dea5d2538611d983964d790bdbac2
 _rnnoise_commit=1cbdbcf1283499bbb2230a6b0f126eb9b236defd
 distfiles="https://github.com/NoiseTorch/NoiseTorch/archive/v${version}.tar.gz
diff --git a/srcpkgs/PopCorn/template b/srcpkgs/PopCorn/template
index 30b82e37aa251..f1b9050fdb446 100644
--- a/srcpkgs/PopCorn/template
+++ b/srcpkgs/PopCorn/template
@@ -14,6 +14,8 @@ short_desc="Package statistics system"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/the-maldridge/PopCorn"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/the-maldridge/PopCorn/archive/v${version}.tar.gz"
 checksum=b25589802c5e1c277d2e9536add44704a012359b02d7fb4be1b4b0f11eb10d93
 
diff --git a/srcpkgs/TMSU/template b/srcpkgs/TMSU/template
index 785c5f99a2931..93bc3108a9086 100644
--- a/srcpkgs/TMSU/template
+++ b/srcpkgs/TMSU/template
@@ -10,6 +10,8 @@ short_desc="Tool for tagging files and accessing them through FUSE"
 maintainer="xaltsc <xaltsc@protonmail.ch>"
 license="GPL-3.0-or-later"
 homepage="https://tmsu.org"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/oniony/TMSU/archive/v${version}.tar.gz"
 checksum=0ac7f09336aaedf73623c4f486c05137c024a726c16dd32525463aee9d70b46a
 
diff --git a/srcpkgs/TerraState/template b/srcpkgs/TerraState/template
index 1cffccbba7049..05f15009ab316 100644
--- a/srcpkgs/TerraState/template
+++ b/srcpkgs/TerraState/template
@@ -10,6 +10,8 @@ short_desc="Remote state for Terraform"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/the-maldridge/terrastate"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/the-maldridge/terrastate/archive/v$version.tar.gz"
 checksum=8a205c2f6c39c505adf2a3f07317d387ae76676aac0c6263f435239a8c337de2
 system_groups="_terrastate"
diff --git a/srcpkgs/abireport/template b/srcpkgs/abireport/template
index aeb77a64e31e0..c9251ac965d41 100644
--- a/srcpkgs/abireport/template
+++ b/srcpkgs/abireport/template
@@ -9,6 +9,8 @@ short_desc="Tool to create ABI reports from ELF binaries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/clearlinux/abireport"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/clearlinux/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
 checksum=2cf4c6cbb14e9d8839d11158142f44589779483c29433d8c422ed9cfa818e7d1
 
diff --git a/srcpkgs/acbuild/template b/srcpkgs/acbuild/template
index c6a374236afcc..4aa88a380040d 100644
--- a/srcpkgs/acbuild/template
+++ b/srcpkgs/acbuild/template
@@ -10,5 +10,7 @@ short_desc="Build tool for ACIs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/appc/acbuild"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/appc/acbuild/archive/v${version}.tar.gz"
 checksum=88d99a002eb53212752d6f405d9e02555512b27c5b84e8ef5828607ee9774ed4
diff --git a/srcpkgs/ace-util/template b/srcpkgs/ace-util/template
index 4c91c384116f1..af73d39d99c04 100644
--- a/srcpkgs/ace-util/template
+++ b/srcpkgs/ace-util/template
@@ -8,6 +8,8 @@ short_desc="Command line utility for the Ace HTML template engine"
 maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="MIT"
 homepage="https://github.com/catinello/ace-util"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/catinello/ace-util/archive/v${version}.tar.gz"
 checksum=983c22874bfd2476d860002778458f028d56552f07fa9d69cbf74e977b6f8bed
 
diff --git a/srcpkgs/acmetool/template b/srcpkgs/acmetool/template
index 78fcb19b77f9b..78fea64a78fd2 100644
--- a/srcpkgs/acmetool/template
+++ b/srcpkgs/acmetool/template
@@ -11,6 +11,8 @@ short_desc="Tool to acquire certificates from ACME servers (such as Let's Encryp
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="MIT"
 homepage="https://hlandau.github.io/acmetool/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/hlandau/acme/archive/v${version}.tar.gz
  https://raw.githubusercontent.com/hlandau/rilts/master/licences/COPYING.MIT>COPYING"
 checksum="5671a4ff00c007dd00883c601c0a64ab9c4dc1ca4fa47e5801b69b015d43dfb3
diff --git a/srcpkgs/act/template b/srcpkgs/act/template
index 3bc33b17ee657..b665bf933e7b5 100644
--- a/srcpkgs/act/template
+++ b/srcpkgs/act/template
@@ -9,6 +9,8 @@ short_desc="Run your GitHub Actions locally"
 maintainer="0x5c <dev@0x5c.io>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/nektos/act"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/nektos/act/archive/refs/tags/v${version}.tar.gz"
 checksum=5b8d557ab72e9e5ee78663eadc7b9dfd0b9a68b7b381edeee527d77f60541773
 
diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index d0c7303ae61a6..8f2e3e7802d58 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -12,6 +12,8 @@ short_desc="Terminal email client"
 maintainer="shtayerc <david.murko@mailbox.org>"
 license="MIT"
 homepage="https://aerc-mail.org"
+nopie=unverified
+nostrip=nopie
 changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
 distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
 checksum=b81b4f27272df2e370da377438a500c0695d29b8a4c86ff5849d6ddf3433f4db
diff --git a/srcpkgs/age/template b/srcpkgs/age/template
index 185333212a01e..905c3476760d5 100644
--- a/srcpkgs/age/template
+++ b/srcpkgs/age/template
@@ -10,6 +10,8 @@ short_desc="Simple, modern and secure encryption tool"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://age-encryption.org/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/FiloSottile/age/archive/v${version}.tar.gz"
 checksum=f1f3dbade631976701cd295aa89308681318d73118f5673cced13f127a91178c
 
diff --git a/srcpkgs/alertmanager/template b/srcpkgs/alertmanager/template
index 6e8bfeba61528..56b9afe2db4c8 100644
--- a/srcpkgs/alertmanager/template
+++ b/srcpkgs/alertmanager/template
@@ -14,6 +14,8 @@ conf_files="/etc/alertmanager.yml"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/alertmanager"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/prometheus/alertmanager/archive/v${version}.tar.gz"
 checksum=4789ef95b09ba86a66a2923c3535d1bfe30a566390770784c52052c7c83ee1bc
 
diff --git a/srcpkgs/amfora/template b/srcpkgs/amfora/template
index 75d4c9dcbe6cb..2626fdd290456 100644
--- a/srcpkgs/amfora/template
+++ b/srcpkgs/amfora/template
@@ -8,6 +8,8 @@ short_desc="Fancy terminal browser for the Gemini protocol"
 maintainer="Stacy Harper <contact@stacyharper.net>"
 license="GPL-3.0-only"
 homepage="https://github.com/makeworld-the-better-one/amfora"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md"
 distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz"
 checksum=81bb4605920955ddbeb0e7236be4f89979ab543fd41b34ea4a4846ac947147e2
diff --git a/srcpkgs/antibody/template b/srcpkgs/antibody/template
index 424d35c877a71..878c8db99212d 100644
--- a/srcpkgs/antibody/template
+++ b/srcpkgs/antibody/template
@@ -8,6 +8,8 @@ short_desc="Fast and lightweight shell plugin manager"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://getantibody.github.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/getantibody/antibody/archive/v${version}.tar.gz"
 checksum=87bced5fba8cf5d587ea803d33dda72e8bcbd4e4c9991a9b40b2de4babbfc24f
 
diff --git a/srcpkgs/app-builder/template b/srcpkgs/app-builder/template
index d16e421a9544f..9ca049310e5fb 100644
--- a/srcpkgs/app-builder/template
+++ b/srcpkgs/app-builder/template
@@ -8,6 +8,8 @@ short_desc="Generic helper tool to build app in a distributable format"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/develar/app-builder"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz
  ${homepage}/raw/2fb48e08a7d30cb7b597b78a230f5a1e45bfc2be/LICENSE"
 checksum="f3f4b5dbabf0319d780accc6dab7bb162026d873e38183dd9fb5164384eac4d7
diff --git a/srcpkgs/aptly/template b/srcpkgs/aptly/template
index a4bca04fdff40..b1a3e207a1cb2 100644
--- a/srcpkgs/aptly/template
+++ b/srcpkgs/aptly/template
@@ -8,6 +8,8 @@ short_desc="Debian repository management tool"
 maintainer="Tassilo Schweyer <dev@welterde.de>"
 license="MIT"
 homepage="https://www.aptly.info/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/aptly-dev/aptly/archive/v$version.tar.gz"
 checksum=4172d54613139f6c34d5a17396adc9675d7ed002e517db8381731d105351fbe5
 
diff --git a/srcpkgs/aquatone/template b/srcpkgs/aquatone/template
index 869fa88062543..6fa3b15c82006 100644
--- a/srcpkgs/aquatone/template
+++ b/srcpkgs/aquatone/template
@@ -9,6 +9,8 @@ short_desc="Tool for domain flyovers"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/michenriksen/aquatone"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=7849dce3241df663ea6edd9a9433d5ecc20fb768d0192ccbfb28d61d67ebcc97
 
diff --git a/srcpkgs/archiver/template b/srcpkgs/archiver/template
index 00ca19e535db1..d0db8722c6a56 100644
--- a/srcpkgs/archiver/template
+++ b/srcpkgs/archiver/template
@@ -9,6 +9,8 @@ short_desc="Easily create and extract common archive formats"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/mholt/archiver"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz"
 checksum=b69a76f837b6cc1c34c72ace16670360577b123ccc17872a95af07178e69fbe7
 
diff --git a/srcpkgs/arduino-cli/template b/srcpkgs/arduino-cli/template
index 7d1ab514f7238..042473d5b2ebb 100644
--- a/srcpkgs/arduino-cli/template
+++ b/srcpkgs/arduino-cli/template
@@ -10,6 +10,8 @@ short_desc="Arduino command line interface"
 maintainer="Henry Naguski <henry@nilsu.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arduino/arduino-cli"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/arduino/arduino-cli/archive/${version}.tar.gz"
 checksum=40ae8a06aa634299a7a18dd7de24f00789b94c9e7f182b6ac12dfc12e40a6d2a
 
diff --git a/srcpkgs/arpfox/template b/srcpkgs/arpfox/template
index 2abe8b0f21f04..4375d83efd385 100644
--- a/srcpkgs/arpfox/template
+++ b/srcpkgs/arpfox/template
@@ -10,6 +10,8 @@ short_desc="Alternative arpspoof written in Go"
 maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="https://github.com/malfunkt/arpfox"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/malfunkt/arpfox/archive/v${version}.tar.gz"
 checksum=f2b24dc840381264ea6f010cc5f0949089611083d9310a91ffda2a770a074ec4
 
diff --git a/srcpkgs/atlantis/template b/srcpkgs/atlantis/template
index cb5bc4c713285..217029da1aaa1 100644
--- a/srcpkgs/atlantis/template
+++ b/srcpkgs/atlantis/template
@@ -9,5 +9,7 @@ short_desc="Terraform Automation By Pull Request"
 maintainer="Gabriel M. Dutra <nulldutra@proton.me>"
 license="Apache-2.0"
 homepage="https://runatlantis.io"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/runatlantis/atlantis/archive/v${version}.tar.gz"
 checksum=3600ea61eda49a8a681bfe6f1646676b08d599a6f45bc36e8f296500cbfa0c35
diff --git a/srcpkgs/autorestic/template b/srcpkgs/autorestic/template
index d9c8b4d937230..19b34c12d9d08 100644
--- a/srcpkgs/autorestic/template
+++ b/srcpkgs/autorestic/template
@@ -9,6 +9,8 @@ short_desc="Config driven, easy backup cli for restic"
 maintainer="Emil Miler <em@0x45.cz>"
 license="Apache-2.0"
 homepage="https://autorestic.vercel.app/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/cupcakearmy/autorestic/raw/master/CHANGELOG.md"
 distfiles="https://github.com/cupcakearmy/autorestic/archive/refs/tags/v${version}.tar.gz"
 checksum=e57bbc045edee4aabd850da2e61da9c18a6d12bd323866be1eb3edca4709b363
diff --git a/srcpkgs/aws-vault/template b/srcpkgs/aws-vault/template
index 8ea83260473a1..db86764e83b0c 100644
--- a/srcpkgs/aws-vault/template
+++ b/srcpkgs/aws-vault/template
@@ -9,6 +9,8 @@ short_desc="Vault for securely storing and accessing AWS credentials"
 maintainer="klardotsh <josh@klar.sh>"
 license="MIT"
 homepage="https://github.com/99designs/aws-vault"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/99designs/aws-vault/archive/v${version}.tar.gz"
 checksum=3f2f1d0ec06eb0873f9b96b59dc70f9fcc832dc97b927af3dbab6cdc87477b0e
 
diff --git a/srcpkgs/babelfish/template b/srcpkgs/babelfish/template
index 73e31bc5cd14a..41e7643feac30 100644
--- a/srcpkgs/babelfish/template
+++ b/srcpkgs/babelfish/template
@@ -8,6 +8,8 @@ short_desc="Translate bash scripts to fish"
 maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
 license="MIT"
 homepage="https://github.com/bouk/babelfish/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/bouk/babelfish/archive/refs/tags/v$version.tar.gz"
 checksum=7896c3e998e82ed15300f0951052af1e3a5a4c54fa9a07f1e2f743854b7ad239
 
diff --git a/srcpkgs/bettercap/template b/srcpkgs/bettercap/template
index 59f9ceaf8e0c0..cf9c4324c3140 100644
--- a/srcpkgs/bettercap/template
+++ b/srcpkgs/bettercap/template
@@ -10,6 +10,8 @@ short_desc="Network attack and monitoring framework"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/bettercap/bettercap"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/bettercap/bettercap/archive/refs/tags/v${version}.tar.gz"
 checksum=ea28d4d533776a328a54723a74101d1720016ffe7d434bf1d7ab222adb397ac6
 
diff --git a/srcpkgs/bird_exporter/template b/srcpkgs/bird_exporter/template
index 6de99875d7397..4842b15686aa8 100644
--- a/srcpkgs/bird_exporter/template
+++ b/srcpkgs/bird_exporter/template
@@ -10,6 +10,8 @@ short_desc="Metric exporter for BIRD routing daemon to use with Prometheus"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/czerwonk/bird_exporter"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/czerwonk/bird_exporter/archive/${version}.tar.gz"
 checksum=75bf25dc979f2bbc4dd95e31b25a9b2defd43d2ee5d9e790ef7e70c355443243
 
diff --git a/srcpkgs/blackbox_exporter/template b/srcpkgs/blackbox_exporter/template
index 0ca014b51a3e2..9102420e09b91 100644
--- a/srcpkgs/blackbox_exporter/template
+++ b/srcpkgs/blackbox_exporter/template
@@ -12,6 +12,8 @@ short_desc="Allows blackbox probing of endpoints over HTTP, DNS, TCP and ICMP"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://prometheus.io"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/prometheus/blackbox_exporter/releases"
 distfiles="https://github.com/prometheus/blackbox_exporter/archive/v${version}.tar.gz"
 checksum=b41f1301c991c0d0011652e2093588521925d1960c6f7649f96edecbf1aadfb8
diff --git a/srcpkgs/blush/template b/srcpkgs/blush/template
index 7eae175225ac1..c1fd258a979ee 100644
--- a/srcpkgs/blush/template
+++ b/srcpkgs/blush/template
@@ -8,6 +8,8 @@ short_desc="Grep with colours"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/arsham/blush"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/arsham/blush/archive/v${version}.tar.gz"
 checksum=6db6b033bb5d4c4ac350b36b82d79447d5b91509db3a5eceb72ecb9484495e54
 
diff --git a/srcpkgs/bombadillo/template b/srcpkgs/bombadillo/template
index be7356c0cd35c..c6a04320e1cf0 100644
--- a/srcpkgs/bombadillo/template
+++ b/srcpkgs/bombadillo/template
@@ -8,6 +8,8 @@ short_desc="Non-web client for the terminal"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://bombadillo.colorfield.space/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://tildegit.org/sloum/${pkgname}/archive/${version}.tar.gz"
 checksum=e0daed1d9d0fe7cbea52bc3e6ecff327749b54e792774e6b985e0d64b7a36437
 
diff --git a/srcpkgs/bombardier/template b/srcpkgs/bombardier/template
index 2289492e46591..af361a6bc8f61 100644
--- a/srcpkgs/bombardier/template
+++ b/srcpkgs/bombardier/template
@@ -9,6 +9,8 @@ short_desc="Fast cross-platform HTTP benchmarking tool"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/codesenberg/bombardier"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/codesenberg/bombardier/archive/v${version}.tar.gz"
 checksum=d908c050132b3a33c3d292a6a3b47d088284a5969376f68f05d7409f51f01e41
 
diff --git a/srcpkgs/booster/template b/srcpkgs/booster/template
index 1e904ae1d8664..cd72849d5ca33 100644
--- a/srcpkgs/booster/template
+++ b/srcpkgs/booster/template
@@ -10,6 +10,8 @@ short_desc="Fast and secure initramfs generator"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/anatol/booster"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/anatol/booster/archive/${version}.tar.gz"
 checksum=27a7e40135ceb5504438ce0a45108ef955f5ece197932acc7686fd6c0254565c
 conf_files="/etc/booster.yaml"
diff --git a/srcpkgs/brig/template b/srcpkgs/brig/template
index 42bf86b0be065..17c3b6c9a4f7b 100644
--- a/srcpkgs/brig/template
+++ b/srcpkgs/brig/template
@@ -8,6 +8,8 @@ short_desc="File synchronization on top of IPFS with git-like interface and WebU
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="AGPL-3.0-or-later"
 homepage="https://brig.readthedocs.io/en/master/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/sahib/brig/archive/v${version}.tar.gz"
 checksum=1ca6384c71915b486798146e8498cc2432065ddb161f9860fc913cbf38cf2e35
 
diff --git a/srcpkgs/browserpass/template b/srcpkgs/browserpass/template
index 6e94b64cee37f..e97fd992fe77a 100644
--- a/srcpkgs/browserpass/template
+++ b/srcpkgs/browserpass/template
@@ -8,6 +8,8 @@ short_desc="Browser extension for pass"
 maintainer="John <me@johnnynator.dev>"
 license="MIT"
 homepage="https://github.com/browserpass/browserpass-native"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/browserpass/browserpass-native/archive/${version}.tar.gz"
 checksum=df90e9a02faa0081fe8bce78a8ecef1e4394f642955f18f452ee0079be85816e
 
diff --git a/srcpkgs/browsh/template b/srcpkgs/browsh/template
index 6fa397b04305f..73b4f683eb94c 100644
--- a/srcpkgs/browsh/template
+++ b/srcpkgs/browsh/template
@@ -12,6 +12,8 @@ short_desc="Fully-modern text-based browser, rendering to TTY and browsers"
 maintainer="zhengqunkoo <root@zhengqunkoo.com>"
 license="LGPL-2.1-only"
 homepage="https://www.brow.sh/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://$go_import_path/archive/v$version.tar.gz
  https://$go_import_path/releases/download/v${version}/browsh-${version}-an.fx.xpi>browsh.xpi"
 checksum="965ce2d94d1d9e4b92411d344421c0bea40994527cafd694c5a6e8e206681ede
diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template
index 2809ddccd6029..fd41f2424f98e 100644
--- a/srcpkgs/buildah/template
+++ b/srcpkgs/buildah/template
@@ -14,6 +14,8 @@ short_desc="Dockerfile compatible OCI image building tool"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://github.com/containers/buildah"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
 distfiles="https://github.com/containers/buildah/archive/refs/tags/v${version}.tar.gz"
 checksum=c119921e8e4b2d7fd7e1041dfbcfdfac0882e3dea4f7dabdc5175f9bbc70d868
diff --git a/srcpkgs/caddy/template b/srcpkgs/caddy/template
index f6792867c086c..5f3d97840ce1d 100644
--- a/srcpkgs/caddy/template
+++ b/srcpkgs/caddy/template
@@ -11,6 +11,8 @@ short_desc="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://caddyserver.com"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/caddyserver/caddy/releases"
 distfiles="https://github.com/caddyserver/caddy/archive/v${version}.tar.gz"
 checksum=97f687c1d9fbe275952cc932639e8f0ab90cb7177961b02078fba989b4e29c31
diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
index 48d4af687003a..9583d41824b21 100644
--- a/srcpkgs/carapace/template
+++ b/srcpkgs/carapace/template
@@ -11,6 +11,8 @@ short_desc="Multi-shell multi-command argument completer"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://github.com/rsteube/carapace-bin"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
 checksum=e0b82e173fb8b8113203b1cc45d6fecee20076df14b1f02d6d32c5bf9eb267be
 
diff --git a/srcpkgs/cdetect/template b/srcpkgs/cdetect/template
index 5c0c32d49a904..216dc64f18b5b 100644
--- a/srcpkgs/cdetect/template
+++ b/srcpkgs/cdetect/template
@@ -8,6 +8,8 @@ short_desc="Detects the compiler (and version) used to compile an ELF binary"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/xyproto/cdetect"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
 checksum=00ce492c58addaa1be9ff3bc3a1552fa8f8ba90620ffd3205b5f695d2210ee65
 
diff --git a/srcpkgs/cfssl/template b/srcpkgs/cfssl/template
index c6185c71e252c..307c037d6ba74 100644
--- a/srcpkgs/cfssl/template
+++ b/srcpkgs/cfssl/template
@@ -10,6 +10,8 @@ short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://github.com/cloudflare/cfssl"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/cloudflare/cfssl/archive/v${version}.tar.gz"
 checksum=5267164b18aa99a844e05adceaf4f62d1b96dcd326a9132098d65c515c180a91
 replaces="cfssljson>=0"
diff --git a/srcpkgs/cgrps/template b/srcpkgs/cgrps/template
index 3a8ac5fad35f3..8f319ed567434 100644
--- a/srcpkgs/cgrps/template
+++ b/srcpkgs/cgrps/template
@@ -8,6 +8,8 @@ short_desc="Set of commands for checking cgroups"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/k1LoW/cgrps"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/k1LoW/cgrps/master/CHANGELOG.md"
 distfiles="https://github.com/k1LoW/cgrps/archive/v${version}.tar.gz"
 checksum=e44901cbd1b2aa58fff84dffadf4196fc48e62e2b4cf180ee97f651ee0835618
diff --git a/srcpkgs/chathistorysync/template b/srcpkgs/chathistorysync/template
index bc4842043a6dc..2cb04fe43e2a5 100644
--- a/srcpkgs/chathistorysync/template
+++ b/srcpkgs/chathistorysync/template
@@ -9,6 +9,8 @@ short_desc="Synchronization tool for IRC chat history"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="AGPL-3.0-or-later"
 homepage="https://sr.ht/~emersion/chathistorysync/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://git.sr.ht/~emersion/chathistorysync/archive/v${version}.tar.gz"
 checksum=97d428a7ce46caabdfcf13e1863eeaa534b7c8247d8bd9f8cbcc64c20e5cf86a
 
diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template
index 4873540334965..53cd14c02f6e5 100644
--- a/srcpkgs/cheat/template
+++ b/srcpkgs/cheat/template
@@ -9,6 +9,8 @@ short_desc="Create and view interactive cheatsheets on the command-line"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/cheat/cheat"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/cheat/cheat/archive/refs/tags/${version}.tar.gz"
 checksum=8694d75896dcb1dfb91ed95ec37f7fe409ad2bde76e66f80b20be24ee92ae3ec
 
diff --git a/srcpkgs/chezmoi/template b/srcpkgs/chezmoi/template
index 2d942eb35dcff..01e3ac871d243 100644
--- a/srcpkgs/chezmoi/template
+++ b/srcpkgs/chezmoi/template
@@ -11,6 +11,8 @@ short_desc="Manage your dotfiles across multiple machines, securely"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="MIT"
 homepage="https://chezmoi.io/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/twpayne/chezmoi/releases"
 distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz"
 checksum=c58f709f387e388affce4c4c6d9c5f453771f0075c982ad155e210065cb6b231
diff --git a/srcpkgs/chroma/template b/srcpkgs/chroma/template
index 44d8f63e7e820..538a05e70d746 100644
--- a/srcpkgs/chroma/template
+++ b/srcpkgs/chroma/template
@@ -10,6 +10,8 @@ short_desc="General purpose syntax highlighter"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/alecthomas/chroma"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/alecthomas/chroma/archive/v${version}.tar.gz"
 checksum=4f58ad5b33d8a8681b085e57303a85cb39158a62349dfb8bd16e780a049d788b
 
diff --git a/srcpkgs/chronograf/template b/srcpkgs/chronograf/template
index c25b767ab3b82..6e8e268bf25a5 100644
--- a/srcpkgs/chronograf/template
+++ b/srcpkgs/chronograf/template
@@ -11,6 +11,8 @@ short_desc="Open source monitoring and visualization UI for the TICK stack"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="AGPL-3.0-or-later"
 homepage="https://www.influxdata.com/time-series-platform/chronograf/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/influxdata/chronograf/master/CHANGELOG.md"
 distfiles="https://github.com/influxdata/chronograf/archive/${version}.tar.gz"
 checksum=d8a27ec44b4422da87fcfce22adb1227adcca6515e72a04dbd28876ed232483d
diff --git a/srcpkgs/circleci-cli/template b/srcpkgs/circleci-cli/template
index 629f530a5f3c3..da405de8bc0cb 100644
--- a/srcpkgs/circleci-cli/template
+++ b/srcpkgs/circleci-cli/template
@@ -12,6 +12,8 @@ short_desc="Use CircleCI from the command line"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://circleci-public.github.io/circleci-cli/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/CircleCI-Public/${pkgname}/archive/v${version}.tar.gz"
 checksum=dc758206e92dc7663de049c5fa780ab9d21e4482fd771d87a858057112df4584
 _completions="bash zsh"
diff --git a/srcpkgs/cliphist/template b/srcpkgs/cliphist/template
index 6daefc8988772..2b54564fd01d7 100644
--- a/srcpkgs/cliphist/template
+++ b/srcpkgs/cliphist/template
@@ -9,6 +9,8 @@ short_desc="Wayland clipboard manager"
 maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/sentriz/cliphist"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/sentriz/cliphist/master/CHANGELOG.md"
 distfiles="https://github.com/sentriz/cliphist/archive/v${version}.tar.gz"
 checksum=e492d6cd4e1bfc77582e32e25a3683687f2ff22e8d390cd06e14d21d7bef32c2
diff --git a/srcpkgs/clipman/template b/srcpkgs/clipman/template
index 3a88f8938aae7..8774efe3b84e3 100644
--- a/srcpkgs/clipman/template
+++ b/srcpkgs/clipman/template
@@ -9,6 +9,8 @@ short_desc="Simple clipboard manager for Wayland"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/yory8/clipman"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/yory8/clipman/master/CHANGELOG.md"
 distfiles="https://github.com/yory8/clipman/archive/v${version}.tar.gz"
 checksum=6a94df2317e798a086dcb2b7f3cc4a6fa84189f648bac875d1789ce544cf6bc2
diff --git a/srcpkgs/cloudflared/template b/srcpkgs/cloudflared/template
index 39181726bcfab..21d808162378a 100644
--- a/srcpkgs/cloudflared/template
+++ b/srcpkgs/cloudflared/template
@@ -11,6 +11,8 @@ short_desc="Cloudflare Tunnel client"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="Apache-2.0"
 homepage="https://developers.cloudflare.com/argo-tunnel/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/cloudflare/cloudflared/master/CHANGES.md"
 distfiles="https://github.com/cloudflare/cloudflared/archive/${version}.tar.gz"
 checksum=ee2c2a4b0c290c39475f79ab74972dfbce817df8e5090813cad0e58f33836194
diff --git a/srcpkgs/cni-plugin-dnsname/template b/srcpkgs/cni-plugin-dnsname/template
index 3e34421912dc7..3065baa851f20 100644
--- a/srcpkgs/cni-plugin-dnsname/template
+++ b/srcpkgs/cni-plugin-dnsname/template
@@ -10,6 +10,8 @@ short_desc="Name resolution for containers"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://github.com/containers/dnsname"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/containers/dnsname/blob/main/RELEASE_NOTES.md"
 distfiles="https://github.com/containers/dnsname/archive/v${version}.tar.gz"
 checksum=a9319a1829e242b4769697650f7df63a635eda7369ba659618d49056b78bf3ce
diff --git a/srcpkgs/cni-plugins/template b/srcpkgs/cni-plugins/template
index 589913adc6268..7411ffa901b17 100644
--- a/srcpkgs/cni-plugins/template
+++ b/srcpkgs/cni-plugins/template
@@ -8,6 +8,8 @@ short_desc="Container Network Interface (plugins)"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://github.com/containernetworking/plugins"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/containernetworking/plugins/archive/v${version}.tar.gz"
 checksum=f3496ddda9c7770a0b695b67ae7ee80a4ee331ac2745af4830054b81627f79b7
 
diff --git a/srcpkgs/cni/template b/srcpkgs/cni/template
index 050b201df6a57..247c277794bd3 100644
--- a/srcpkgs/cni/template
+++ b/srcpkgs/cni/template
@@ -9,6 +9,8 @@ short_desc="Container Network Interface"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://github.com/containernetworking/cni"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/containernetworking/cni/archive/v${version}.tar.gz"
 checksum=7d4bcaf83acdd54b3dc216f7aa5b5e1b32cb797d9c6af601a2c26b97470ed743
 
diff --git a/srcpkgs/cod/template b/srcpkgs/cod/template
index 818a577b231e2..89ce4d4237499 100644
--- a/srcpkgs/cod/template
+++ b/srcpkgs/cod/template
@@ -8,5 +8,7 @@ short_desc="Completion daemon for bash/zsh"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/dim-an/cod"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/dim-an/cod/archive/v${version}.tar.gz"
 checksum=3d8ed6f284afcf4c86a2164e234ab7ff40c50aa6ab0bd892e59f8dc8aef02541
diff --git a/srcpkgs/codesearch/template b/srcpkgs/codesearch/template
index b8d5d31ca40d5..f0dfcf62dc477 100644
--- a/srcpkgs/codesearch/template
+++ b/srcpkgs/codesearch/template
@@ -11,6 +11,8 @@ short_desc="Fast, indexed regexp search over large file trees"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/google/codesearch"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/google/codesearch/archive/v${version}.tar.gz"
 checksum=0314f4c0a8c2d4a050cd0b0ad95d489d28bef8bada63ea20fdc59e802ac1126e
 
diff --git a/srcpkgs/consul-template/template b/srcpkgs/consul-template/template
index b8015ba932d6c..5bb55af37b22b 100644
--- a/srcpkgs/consul-template/template
+++ b/srcpkgs/consul-template/template
@@ -8,5 +8,7 @@ short_desc="Template rendering, notifier, and supervisor for Consul and Vault da
 maintainer="Noel Cower <ncower@nil.dev>"
 license="MPL-2.0"
 homepage="https://github.com/hashicorp/consul-template"
+nopie=unverified
+nostrip=nopie
 distfiles="$homepage/archive/v$version.tar.gz"
 checksum=61ce1b818ae9f555440a5a3a7a81590051c4871acfccd73001b4b087c66357e9
diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template
index b1591dafc2da5..aa893bdeda153 100644
--- a/srcpkgs/consul/template
+++ b/srcpkgs/consul/template
@@ -10,6 +10,8 @@ short_desc="Distributed solution to connect and configure applications"
 maintainer="iaroki <iaroki@protonmail.com>"
 license="BUSL-1.1"
 homepage="https://www.consul.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
 checksum=0dacc7eeacd19a687e20fa83ae88444d2a5336a9150cfc116d39a39b31d5829d
 system_accounts="_consul"
diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 4d9a23cf07423..dd27fb4348b91 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -19,6 +19,8 @@ short_desc="Open and reliable container runtime"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/containerd"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
 checksum=4c6042b13746a803766d76b07f756d03678a33a944b52c0b832c238609db1b2e
 make_dirs="/var/lib/containerd 0755 root root"
diff --git a/srcpkgs/coredns/template b/srcpkgs/coredns/template
index 96eea332713e2..6ee3bd5f14fd8 100644
--- a/srcpkgs/coredns/template
+++ b/srcpkgs/coredns/template
@@ -9,6 +9,8 @@ short_desc="CoreDNS is a DNS server that chains plugins"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="Apache-2.0"
 homepage="https://coredns.io"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/coredns/coredns/releases"
 distfiles="https://github.com/coredns/coredns/archive/v${version}.tar.gz"
 checksum=f47186452e5f2925e2c71135669afd9e03b9b55831417d33d612ef2fa69924a7
diff --git a/srcpkgs/cowyo/template b/srcpkgs/cowyo/template
index e014e4035c89f..004ba0b09b922 100644
--- a/srcpkgs/cowyo/template
+++ b/srcpkgs/cowyo/template
@@ -8,6 +8,8 @@ short_desc="Wiki webserver for minimalists"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/schollz/cowyo"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/schollz/${pkgname}/archive/v${version}.tar.gz"
 checksum=b67d6dcb0ed5c050245ae75c72f182dba396d4caa66f747a2de8e3fdf4c0a1ed
 
diff --git a/srcpkgs/coyim/template b/srcpkgs/coyim/template
index 3e1336f140f7a..d10704e171f1e 100644
--- a/srcpkgs/coyim/template
+++ b/srcpkgs/coyim/template
@@ -10,6 +10,8 @@ short_desc="Safe and secure XMPP chat client"
 maintainer="Illia Shestakov <ishestakov@airmail.cc>"
 license="GPL-3.0-only"
 homepage="https://coy.im"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/coyim/coyim/archive/v${version}.tar.gz"
 checksum=f2bf1e73562fbcc3a0b264a30f92dfe427dffe2046e9f44459087ecac5890098
 
diff --git a/srcpkgs/crane/template b/srcpkgs/crane/template
index 1cdf9b327fae3..e208929d04492 100644
--- a/srcpkgs/crane/template
+++ b/srcpkgs/crane/template
@@ -8,6 +8,8 @@ short_desc="Lift containers with ease"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/michaelsauter/crane"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/michaelsauter/crane/archive/v${version}.tar.gz"
 checksum=d417f9f664bcb2365e5b8fced608ce66b7c029fe2d3bfbc23b81a263dd962461
 
diff --git a/srcpkgs/cri-o/template b/srcpkgs/cri-o/template
index 47cb2865d09c6..be890e012c0b1 100644
--- a/srcpkgs/cri-o/template
+++ b/srcpkgs/cri-o/template
@@ -15,6 +15,8 @@ short_desc="OCI-based implementation of Kubernetes Container Runtime Interface"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/kubernetes-sigs/cri-o"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/kubernetes-sigs/cri-o/archive/v${version}.tar.gz"
 checksum=69c89094c5c03fa1cb58c11ccd7bdae7ba0da644d5f0124e0a9a508c548d1ba2
 
diff --git a/srcpkgs/cri-tools/template b/srcpkgs/cri-tools/template
index f402cbd770d6b..f5191366896bd 100644
--- a/srcpkgs/cri-tools/template
+++ b/srcpkgs/cri-tools/template
@@ -8,6 +8,8 @@ short_desc="CLI and validation tools for Kubelet Container Runtime Interface (CR
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://github.com/kubernetes-sigs/cri-tools"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/kubernetes-sigs/cri-tools/archive/v${version}.tar.gz"
 checksum=76fc230a73dd7e8183f499c88effaf734540808f2f90287031a85d0a4d8512d9
 
diff --git a/srcpkgs/croc/template b/srcpkgs/croc/template
index 25b315a343373..15cdc2a87a661 100644
--- a/srcpkgs/croc/template
+++ b/srcpkgs/croc/template
@@ -8,6 +8,8 @@ short_desc="Easily and securely send things from one computer to another"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/schollz/croc"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
 checksum=2d3ba7bae3c49e3870e2f8523c6be00e92fe6e46828269a8cea34d4034102cad
 
diff --git a/srcpkgs/d2/template b/srcpkgs/d2/template
index b75e054f16a79..33136528d1304 100644
--- a/srcpkgs/d2/template
+++ b/srcpkgs/d2/template
@@ -9,6 +9,8 @@ short_desc="Modern diagram scripting language that turns text to diagrams"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://d2lang.com/"
+nopie=unverified
+nostrip=nopie
 changelog="https://d2lang.com/releases/intro/"
 distfiles="https://github.com/terrastruct/d2/archive/refs/tags/v${version}.tar.gz"
 checksum=c76e822755a64e2a6902d1f75a17bcda779c46cb36edc751b3eaa8d6f168b243
diff --git a/srcpkgs/darch/template b/srcpkgs/darch/template
index ee015983d74e0..4c9099cc52965 100644
--- a/srcpkgs/darch/template
+++ b/srcpkgs/darch/template
@@ -13,6 +13,8 @@ short_desc="Tool for building/booting stateless and immutable images, bare metal
 maintainer="Paul Knopf <pauldotknopf@gmail.com>"
 license="MIT"
 homepage="https://godarch.com/"
+nopie=unverified
+nostrip=nopie
 
 do_fetch() {
 	mkdir -p "$(dirname ${GOSRCPATH})"
diff --git a/srcpkgs/darkman/template b/srcpkgs/darkman/template
index 9b73ad81d8624..f210809017ae7 100644
--- a/srcpkgs/darkman/template
+++ b/srcpkgs/darkman/template
@@ -12,6 +12,8 @@ short_desc="Daemon for dark-mode and light-mode transitions on Linux desktop"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="ISC"
 homepage="https://darkman.whynothugo.nl/"
+nopie=unverified
+nostrip=nopie
 changelog="https://gitlab.com/WhyNotHugo/darkman/-/raw/main/CHANGELOG.md"
 distfiles="https://gitlab.com/WhyNotHugo/darkman/-/archive/v${version}/darkman-v${version}.tar"
 checksum=c19b33a62a90120df53ccfa823eb69da24429bb63101d57e9604e36eb3de9e38
diff --git a/srcpkgs/darktile/template b/srcpkgs/darktile/template
index 9d0b1d3770505..e7fa272c9eeff 100644
--- a/srcpkgs/darktile/template
+++ b/srcpkgs/darktile/template
@@ -13,6 +13,8 @@ short_desc="GPU rendered terminal emulator designed for tiling window managers"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/liamg/darktile"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/liamg/darktile/archive/refs/tags/v${version}.tar.gz"
 checksum=781aef00959abc0047df0eb627c73f012a709f23c2642c34b7a282f485d6e19c
 
diff --git a/srcpkgs/dasel/template b/srcpkgs/dasel/template
index 8edc68bfbf4a5..2ab7f667e7513 100644
--- a/srcpkgs/dasel/template
+++ b/srcpkgs/dasel/template
@@ -11,6 +11,8 @@ short_desc="Query and modify data structures using selector strings"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="MIT"
 homepage="https://daseldocs.tomwright.me/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/TomWright/dasel/master/CHANGELOG.md"
 distfiles="https://github.com/TomWright/dasel/archive/refs/tags/v${version}.tar.gz"
 checksum=aebed9ddaa1daf5de9080e2ed6eff1c90606a2ad2d9988d4b4fdbb243b1a71d7
diff --git a/srcpkgs/delve/template b/srcpkgs/delve/template
index 3c5da73ce5191..c1ea192d41263 100644
--- a/srcpkgs/delve/template
+++ b/srcpkgs/delve/template
@@ -11,6 +11,8 @@ short_desc="Debugger for the Go programming language"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/go-delve/delve"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/go-delve/delve/master/CHANGELOG.md"
 distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
 checksum=f00321e9333a61cb10c18141484c44ed55b1da1c4239a3f4faf2100b64613199
diff --git a/srcpkgs/dendrite/template b/srcpkgs/dendrite/template
index 99a6770b9c2ac..4b3ec4d49134d 100644
--- a/srcpkgs/dendrite/template
+++ b/srcpkgs/dendrite/template
@@ -10,6 +10,8 @@ short_desc="Second-generation Matrix homeserver"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0"
 homepage="https://matrix.org/docs/projects/server/dendrite"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/matrix-org/dendrite/main/CHANGES.md"
 distfiles="https://github.com/matrix-org/dendrite/archive/v${version}.tar.gz"
 checksum=8840730ede16cc7e150344f5cdaa5f78d6abaa8aa3c588ec39c20d735bcf5dd7
diff --git a/srcpkgs/dep/template b/srcpkgs/dep/template
index 53d2ca09c1873..4a796664742d1 100644
--- a/srcpkgs/dep/template
+++ b/srcpkgs/dep/template
@@ -11,6 +11,8 @@ short_desc="Go dependency management tool"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="BSD-3-Clause"
 homepage="https://github.com/golang/dep"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=929c8f759838f98323211ba408a831ea80d93b75beda8584b6d950f393a3298a
 
diff --git a/srcpkgs/direnv/template b/srcpkgs/direnv/template
index 4ecf2d10d0da2..22f6753c468ef 100644
--- a/srcpkgs/direnv/template
+++ b/srcpkgs/direnv/template
@@ -8,6 +8,8 @@ short_desc="Environment switcher for the shell"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://direnv.net/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/direnv/direnv/master/CHANGELOG.md"
 distfiles="https://github.com/direnv/direnv/archive/refs/tags/v${version}.tar.gz"
 checksum=c66f6d1000f28f919c6106b5dcdd0a0e54fb553602c63c60bf59d9bbdf8bd33c
diff --git a/srcpkgs/dirstalk/template b/srcpkgs/dirstalk/template
index d75ab27cdf49f..d109acb6cde23 100644
--- a/srcpkgs/dirstalk/template
+++ b/srcpkgs/dirstalk/template
@@ -9,6 +9,8 @@ short_desc="Multi threaded application designed to brute force paths on web serv
 maintainer="Stnby <stnby@kernal.eu>"
 license="MIT"
 homepage="https://github.com/stefanoj3/dirstalk"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/${version}.tar.gz"
 checksum=fd1560ca772d74b052630cd2b4da0fc1916db252ad7484cceb3846bcbc0faa7d
 
diff --git a/srcpkgs/distrobuilder/template b/srcpkgs/distrobuilder/template
index 004c02b828fb6..c469a5ca318a3 100644
--- a/srcpkgs/distrobuilder/template
+++ b/srcpkgs/distrobuilder/template
@@ -10,5 +10,7 @@ short_desc="System container image builder for LXC and LXD"
 maintainer="Robert Lowry <bobertlo@gmail.com>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/distrobuilder/introduction/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/lxc/distrobuilder/archive/distrobuilder-${version}.tar.gz"
 checksum=c60f8cee78a9ed6b4606a3849f1bc3288f5e80651b7c59ea62c5dd8aae3e9e45
diff --git a/srcpkgs/dive/template b/srcpkgs/dive/template
index ecd0f355f9492..56cbb4a28707c 100644
--- a/srcpkgs/dive/template
+++ b/srcpkgs/dive/template
@@ -8,6 +8,8 @@ short_desc="Container image exploration tool"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="MIT"
 homepage="https://github.com/wagoodman/dive"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=e91d3ce4b2dd292a72effea9c7dbde0f92a05f29a4e4c89fd46ed1d7f6aaed97
 
diff --git a/srcpkgs/dlayer/template b/srcpkgs/dlayer/template
index 1b4678543c75b..34908e0e58479 100644
--- a/srcpkgs/dlayer/template
+++ b/srcpkgs/dlayer/template
@@ -8,6 +8,8 @@ short_desc="Dlayer is a docker layer analyzer"
 maintainer="Mate GABRI <iam@theguy.io>"
 license="MIT"
 homepage="https://github.com/orisano/dlayer"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/orisano/dlayer/archive/v${version}.tar.gz"
 checksum=6d091744618e03d1490de97eb0a41d89b70cedc4f242c004f4f2f4c7d77d859d
 
diff --git a/srcpkgs/dnscrypt-proxy/template b/srcpkgs/dnscrypt-proxy/template
index d7a2942943733..b6fe7bbf5c4f8 100644
--- a/srcpkgs/dnscrypt-proxy/template
+++ b/srcpkgs/dnscrypt-proxy/template
@@ -10,6 +10,8 @@ short_desc="DNS proxy that encrypts queries"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="ISC"
 homepage="https://github.com/DNSCrypt/dnscrypt-proxy"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/DNSCrypt/dnscrypt-proxy/master/ChangeLog"
 distfiles="https://github.com/DNSCrypt/dnscrypt-proxy/archive/refs/tags/${version}.tar.gz"
 checksum=044c4db9a3c7bdcf886ff8f83c4b137d2fd37a65477a92bfe86bf69587ea7355
diff --git a/srcpkgs/docker-buildx/template b/srcpkgs/docker-buildx/template
index b756deb1d9d45..4674be9908f0d 100644
--- a/srcpkgs/docker-buildx/template
+++ b/srcpkgs/docker-buildx/template
@@ -11,6 +11,8 @@ short_desc="Docker CLI plugin for extended build capabilities with BuildKit"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="Apache-2.0"
 homepage="https://docs.docker.com/buildx/working-with-buildx/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/docker/buildx/archive/refs/tags/v${version}.tar.gz"
 checksum=371eb742213ed580179fc4fdfd9a197f0e3115e91979b7907828427d578d49e5
 
diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template
index 4550d3852d7da..d2806c3369dc7 100644
--- a/srcpkgs/docker-cli/template
+++ b/srcpkgs/docker-cli/template
@@ -15,6 +15,8 @@ short_desc="Command-line interface for the Docker daemon"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://www.docker.com"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
 checksum=c1a4a580ced3633e489c5c9869a20198415da44df7023fdc200d425cdf5fa652
 system_groups="docker"
diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index e816a039faed0..a6fac8a7be585 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -11,6 +11,8 @@ short_desc="Tool to define and run multi-container Docker applications"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="Apache-2.0"
 homepage="https://docs.docker.com/compose/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/docker/compose/releases"
 distfiles="https://github.com/docker/compose/archive/refs/tags/v${version}.tar.gz"
 checksum=0014b23382a50c90f91849e491500568366052882e22011822ca2d8a3b2976f2
diff --git a/srcpkgs/docker-credential-pass/template b/srcpkgs/docker-credential-pass/template
index 2f066120004b3..ac3132e2053e2 100644
--- a/srcpkgs/docker-credential-pass/template
+++ b/srcpkgs/docker-credential-pass/template
@@ -10,6 +10,8 @@ short_desc="Use native stores to keep Docker credentials safe"
 maintainer="Hoang Nguyen <hoang@wetrust.io>"
 license="MIT"
 homepage="https://github.com/docker/docker-credential-helpers"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/docker/docker-credential-helpers/archive/v${version}.tar.gz"
 checksum=b97d27cefb2de7a18079aad31c9aef8e3b8a38313182b73aaf8b83701275ac83
 
diff --git a/srcpkgs/docker-gen/template b/srcpkgs/docker-gen/template
index 854d74f2029f3..0ae3f72a085d3 100644
--- a/srcpkgs/docker-gen/template
+++ b/srcpkgs/docker-gen/template
@@ -9,6 +9,8 @@ short_desc="Generate files from docker container meta-data"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/nginx-proxy/docker-gen"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/nginx-proxy/docker-gen/archive/refs/tags/${version}.tar.gz"
 checksum=bb8207cf194bfeba0a92ba7f2215fd039ebc0d5d3730d3d2403f47419d67c957
 
diff --git a/srcpkgs/docker-machine-driver-kvm/template b/srcpkgs/docker-machine-driver-kvm/template
index f00f903acbfa2..900f86260c0bc 100644
--- a/srcpkgs/docker-machine-driver-kvm/template
+++ b/srcpkgs/docker-machine-driver-kvm/template
@@ -11,6 +11,8 @@ short_desc="KVM driver for docker-machine"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/tdilauro/docker-machine-kvm"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tdilauro/docker-machine-kvm/archive/v${version}.tar.gz"
 checksum=9059d9b2221417fdba1d33505110b0ad833fe8abdc7314842b677e0241d5c719
 
diff --git a/srcpkgs/docker-machine/template b/srcpkgs/docker-machine/template
index 578c2e2e933f3..a2d275f266cb9 100644
--- a/srcpkgs/docker-machine/template
+++ b/srcpkgs/docker-machine/template
@@ -9,5 +9,7 @@ short_desc="Docker Machine management for a container-centric world"
 maintainer="Sergi Alvarez <pancake@nopcode.org>"
 license="Apache-2.0"
 homepage="https://github.com/docker/machine/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/docker/machine/archive/v${version}.tar.gz"
 checksum=af8bff768cd1746c787e2f118a3a8af45ed11679404b6e45d5199e343e550059
diff --git a/srcpkgs/doctl/template b/srcpkgs/doctl/template
index 57d5bd00e7ec5..b5f2af7b08fac 100644
--- a/srcpkgs/doctl/template
+++ b/srcpkgs/doctl/template
@@ -14,6 +14,8 @@ short_desc="Command line tool for DigitalOcean services"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/digitalocean/doctl"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/digitalocean/doctl/releases"
 distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
 checksum=ecfbcdb576271e79834ae28fe0cd7bcb29307f68f179de247af1a68015a755cd
diff --git a/srcpkgs/domain_exporter/template b/srcpkgs/domain_exporter/template
index e351b0f39b4e2..be26bd843f622 100644
--- a/srcpkgs/domain_exporter/template
+++ b/srcpkgs/domain_exporter/template
@@ -8,5 +8,7 @@ short_desc="Prometheus WHOIS domain details exporter"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/shift/domain_exporter"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/shift/domain_exporter/archive/v${version}.tar.gz"
 checksum=62262d3234f7404859b21647dbb3661e425eeb44b9fad8e5368ddc4bd91364f2
diff --git a/srcpkgs/dotool/template b/srcpkgs/dotool/template
index ee970fcd5507d..b1146d48c7988 100644
--- a/srcpkgs/dotool/template
+++ b/srcpkgs/dotool/template
@@ -11,6 +11,8 @@ short_desc="Command to simulate input anywhere (X11, Wayland, TTYs)"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://sr.ht/~geb/dotool"
+nopie=unverified
+nostrip=nopie
 changelog="https://git.sr.ht/~geb/dotool/blob/master/CHANGELOG.md"
 distfiles="https://git.sr.ht/~geb/dotool/archive/${version}.tar.gz"
 checksum=fd17b1d445ce05edcb565a6a4f6a97d3b1bfd066681dc23fc22a2df1c33ab150
diff --git a/srcpkgs/drive/template b/srcpkgs/drive/template
index f77f9066951aa..c043e8e06a037 100644
--- a/srcpkgs/drive/template
+++ b/srcpkgs/drive/template
@@ -10,6 +10,8 @@ short_desc="Google Drive client for the commandline"
 maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/odeke-em/drive"
+nopie=unverified
+nostrip=nopie
 distfiles="$homepage/archive/v$version.tar.gz"
 checksum=7a6445b54c6c13d0ddd8893ca02264211eeea68c7a0c7e9ccc6473f68af40a00
 
diff --git a/srcpkgs/drone-cli/template b/srcpkgs/drone-cli/template
index 90cd299b31439..996370546f908 100644
--- a/srcpkgs/drone-cli/template
+++ b/srcpkgs/drone-cli/template
@@ -10,6 +10,8 @@ short_desc="CLI for Drone continuous delivery platform"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/drone/drone-cli"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/drone/drone-cli/master/CHANGELOG.md"
 distfiles="https://github.com/drone/drone-cli/archive/v${version}.tar.gz"
 checksum=75f06372feb6aea6c52f06b09ade5a569a3c289346b0fe31a55df041bce576dc
diff --git a/srcpkgs/duf/template b/srcpkgs/duf/template
index e10126b6afda6..4e9efa860a6c3 100644
--- a/srcpkgs/duf/template
+++ b/srcpkgs/duf/template
@@ -9,6 +9,8 @@ short_desc="Disk Usage/Free Utility"
 maintainer="Paper <paper@tilde.institute>"
 license="MIT"
 homepage="https://github.com/muesli/duf/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/muesli/duf/archive/v$version.tar.gz"
 checksum=ebc3880540b25186ace220c09af859f867251f4ecaef435525a141d98d71a27a
 
diff --git a/srcpkgs/eduvpn-common/template b/srcpkgs/eduvpn-common/template
index 4412e064b68a5..a1c2f9967668e 100644
--- a/srcpkgs/eduvpn-common/template
+++ b/srcpkgs/eduvpn-common/template
@@ -9,6 +9,8 @@ short_desc="Code to be shared between eduVPN clients"
 maintainer="John <me@johnnynator.dev>"
 license="MIT"
 homepage="https://www.eduvpn.org/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/eduvpn/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz"
 checksum=22e4c21b70ccd94ca293bbb65ae01aefa7fa328cf204416e3ac8da9741a8a2ce
 
diff --git a/srcpkgs/elfinfo/template b/srcpkgs/elfinfo/template
index e7f093ecd0dba..33160b76bd6e4 100644
--- a/srcpkgs/elfinfo/template
+++ b/srcpkgs/elfinfo/template
@@ -8,6 +8,8 @@ short_desc="Emit basic information about an ELF file"
 maintainer="Alexander F. Rødseth <xyproto@archlinux.org>"
 license="BSD-3-Clause"
 homepage="https://elfinfo.roboticoverlords.org/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/xyproto/elfinfo/archive/refs/tags/${version}.tar.gz"
 checksum=33c9bf9942dfa770fa6530f5a268f15d96abcd4c57aaddf93636cdfcd2dfc540
 
diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template
index d801ddaa950a3..6f1005b974018 100644
--- a/srcpkgs/elvish/template
+++ b/srcpkgs/elvish/template
@@ -9,6 +9,8 @@ short_desc="Novel Unix shell"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://elv.sh/"
+nopie=unverified
+nostrip=nopie
 changelog="https://elv.sh/blog/${version}-release-notes.html"
 distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
 checksum=ef8032507c74c84369d49b098afcf1da65701aa071be9ee762f8bc456576ac94
diff --git a/srcpkgs/emptty/template b/srcpkgs/emptty/template
index 2f7566f82ff48..c2c5c251aaf06 100644
--- a/srcpkgs/emptty/template
+++ b/srcpkgs/emptty/template
@@ -9,6 +9,8 @@ short_desc="Dead simple Display Manager running in CLI as TTY login"
 maintainer="tvrzna <emporeor@gmail.com>"
 license="MIT"
 homepage="https://github.com/tvrzna/emptty"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tvrzna/emptty/archive/v${version}.tar.gz"
 checksum=d75c6b582067f8c96d292370d6ec8ae3da6410999d3d34a29cd4e3295577cc1d
 conf_files="/etc/emptty/conf /etc/pam.d/emptty"
diff --git a/srcpkgs/ensure-access/template b/srcpkgs/ensure-access/template
index 9c3c9036268e7..26050614c4dc5 100644
--- a/srcpkgs/ensure-access/template
+++ b/srcpkgs/ensure-access/template
@@ -8,6 +8,8 @@ short_desc="Tool which ensures permissions exists for files and directories"
 maintainer="Noah Huppert <contact@noahh.io>"
 license="MIT"
 homepage="https://github.com/Noah-Huppert/ensure-access"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/Noah-Huppert/ensure-access/archive/v${version}.tar.gz"
 checksum=6bc6dace2aa7b808927e73e8270c7e497be386a60e3ede282cdaf8419b6bd8b5
 
diff --git a/srcpkgs/etcd/template b/srcpkgs/etcd/template
index e8fc584661a12..093b477771588 100644
--- a/srcpkgs/etcd/template
+++ b/srcpkgs/etcd/template
@@ -9,6 +9,8 @@ short_desc="Distributed reliable key-value store"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://coreos.com/etcd/docs/latest/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/etcd-io/etcd/archive/v${version}.tar.gz"
 checksum=cc490495ffc04ced61a7f549dffd4f9a2e62723245c66432394659361d6ab659
 conf_files="/etc/sv/etcd/conf"
diff --git a/srcpkgs/exercism/template b/srcpkgs/exercism/template
index 45579ff00c5f8..f9b1e934d869a 100644
--- a/srcpkgs/exercism/template
+++ b/srcpkgs/exercism/template
@@ -9,6 +9,8 @@ short_desc="Command line tool for exercism.io"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://exercism.io"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/exercism/cli/raw/main/CHANGELOG.md"
 distfiles="https://github.com/exercism/cli/archive/v${version}.tar.gz"
 checksum=34653a6a45d49daef10db05672c9b4e36c3c30e09d57c3c0f737034d071ae4f6
diff --git a/srcpkgs/ffuf/template b/srcpkgs/ffuf/template
index b64e6f4d2f03e..d4f555fd8105e 100644
--- a/srcpkgs/ffuf/template
+++ b/srcpkgs/ffuf/template
@@ -8,6 +8,8 @@ short_desc="Fast web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/ffuf/ffuf"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=52d3daf5b97528a74b7b3305decd4bb01a553a8f18d39fc107ebc15dc3113de7
 
diff --git a/srcpkgs/figurine/template b/srcpkgs/figurine/template
index 352e3e9db86e9..b9ef30ad42f10 100644
--- a/srcpkgs/figurine/template
+++ b/srcpkgs/figurine/template
@@ -8,5 +8,7 @@ short_desc="Print your name in style"
 maintainer="travankor <travankor@tuta.io>"
 license="Apache-2.0"
 homepage="https://github.com/arsham/figurine"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/arsham/figurine/archive/v${version}.tar.gz"
 checksum=e969f4f9e617201fc92d5467c7af11578a4f3d1f025ad2110ee2c56a663cbdf0
diff --git a/srcpkgs/flannel/template b/srcpkgs/flannel/template
index af986484b420a..3ebd8e6bac9e3 100644
--- a/srcpkgs/flannel/template
+++ b/srcpkgs/flannel/template
@@ -10,6 +10,8 @@ short_desc="Etcd backed network fabric for containers"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://github.com/flannel-io/flannel"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/flannel-io/flannel/archive/v${version}.tar.gz"
 checksum=51c768f940ae528c61687c8c1574525fe9f0b744f18e5f35dba99ea35895beee
 
diff --git a/srcpkgs/flint/template b/srcpkgs/flint/template
index 95e13bd8799a5..62ac819fef93b 100644
--- a/srcpkgs/flint/template
+++ b/srcpkgs/flint/template
@@ -8,6 +8,8 @@ short_desc="Check your project for common sources of contributor friction"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/pengwynn/flint"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/pengwynn/flint/archive/v${version}.tar.gz"
 checksum=ec865ec5cad191c7fc9c7c6d5007754372696a708825627383913367f3ef8b7f
 
diff --git a/srcpkgs/forego/template b/srcpkgs/forego/template
index 56908f4530c63..c905e50cfc6b5 100644
--- a/srcpkgs/forego/template
+++ b/srcpkgs/forego/template
@@ -9,5 +9,7 @@ short_desc="Process supervisor in Go"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://github.com/ddollar/forego"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/ddollar/forego/archive/$version.tar.gz"
 checksum=23119550cc0e45191495823aebe28b42291db6de89932442326340042359b43d
diff --git a/srcpkgs/frp/template b/srcpkgs/frp/template
index e3bf3442f07bc..423d86a1d677d 100644
--- a/srcpkgs/frp/template
+++ b/srcpkgs/frp/template
@@ -9,6 +9,8 @@ short_desc="Fast reverse proxy"
 maintainer="Anachron <gith@cron.world>"
 license="Apache-2.0"
 homepage="https://github.com/fatedier/frp"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
 checksum=e2c1f93d504ae3bbe3407aaec43efa5c5f09b6d1a35306b58808c4f36b53f396
 
diff --git a/srcpkgs/fs-repo-migrations/template b/srcpkgs/fs-repo-migrations/template
index 8e288da512da8..669dcdc45f690 100644
--- a/srcpkgs/fs-repo-migrations/template
+++ b/srcpkgs/fs-repo-migrations/template
@@ -13,6 +13,8 @@ short_desc="Tool to upgrade the IPFS filesystem repository"
 maintainer="Christopher Brannon <chris@the-brannons.com>"
 license="MIT"
 homepage="https://github.com/ipfs/fs-repo-migrations"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/ipfs/fs-repo-migrations/archive/${_path}/${_version}.tar.gz>${_path}-${_version}.tar.gz"
 checksum=17396914690c74527e365a4bfffcd1097aeef7772a7e3fa5d9b42af1a0f5c294
 
diff --git a/srcpkgs/fscrypt/template b/srcpkgs/fscrypt/template
index 4c4622f398abf..6712e556cac56 100644
--- a/srcpkgs/fscrypt/template
+++ b/srcpkgs/fscrypt/template
@@ -12,6 +12,8 @@ short_desc="Tool for managing Linux filesystem encryption"
 maintainer="Andrea Brancaleoni <abc@pomel.me>"
 license="Apache-2.0"
 homepage="https://github.com/google/fscrypt"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/google/fscrypt/archive/v${version}.tar.gz"
 checksum=7485232dc4c48d8db262e0280b34b3c869e7b6f41f8ee8601ebfe04297796410
 conf_files="/etc/pam.d/fscrypt"
diff --git a/srcpkgs/fx/template b/srcpkgs/fx/template
index a41e0755e3d09..81f87c9a96d28 100644
--- a/srcpkgs/fx/template
+++ b/srcpkgs/fx/template
@@ -8,6 +8,8 @@ short_desc="Terminal JSON viewer & processor"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://fx.wtf"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/antonmedv/fx/releases"
 distfiles="https://github.com/antonmedv/fx/archive/refs/tags/${version}.tar.gz"
 checksum=36f2c3fb6e349f3bc2b416c1ccdc2a17a93912fb6d1d7cf72941cabd467b9922
diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template
index 5c5c68d1c4b76..d7a0fc9e9d467 100644
--- a/srcpkgs/fzf/template
+++ b/srcpkgs/fzf/template
@@ -10,6 +10,8 @@ short_desc="Command-line fuzzy finder"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/junegunn/fzf"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
 distfiles="https://github.com/junegunn/fzf/archive/refs/tags/${version}.tar.gz"
 checksum=2cd3fd1f0bcba6bdeddbbbccfb72b1a8bdcbb8283d86600819993cc5e62b0080
diff --git a/srcpkgs/galene/template b/srcpkgs/galene/template
index b5ae5232936b6..c63b0909b713b 100644
--- a/srcpkgs/galene/template
+++ b/srcpkgs/galene/template
@@ -8,6 +8,8 @@ short_desc="Galene videoconference server"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://galene.org"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/jech/galene/archive/refs/tags/galene-$version.tar.gz"
 checksum=d238d862d84b5126762cc82aaeb249eb9c55e96f241050d5e7158a264ae4f0fb
 system_accounts="_galene"
diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
index 7d14c98ec53ef..16ce34d5e3221 100644
--- a/srcpkgs/gdu/template
+++ b/srcpkgs/gdu/template
@@ -10,6 +10,8 @@ short_desc="Disk usage analyzer intended primarily for SSD disks"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/dundee/gdu"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
 checksum=83fe876d953b4f2f7a856552e758aae4aa0cd9569dcf1aded61bdc834b834275
 
diff --git a/srcpkgs/gemget/template b/srcpkgs/gemget/template
index fee9f46ea52a8..d690e4cbe4c1b 100644
--- a/srcpkgs/gemget/template
+++ b/srcpkgs/gemget/template
@@ -8,6 +8,8 @@ short_desc="Command line downloader for the Gemini protocol"
 maintainer="Paper <paper@tilde.institute>"
 license="MIT"
 homepage="https://github.com/makeworld-the-better-one/gemget/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/makeworld-the-better-one/gemget/archive/v$version.tar.gz"
 checksum=52578dfc33c0275d71658d6afc0e0d91b3734032a6ed5b760d2695001b178c5a
 
diff --git a/srcpkgs/gendesk/template b/srcpkgs/gendesk/template
index c841cd99e8b78..46ba9ac3d1c02 100644
--- a/srcpkgs/gendesk/template
+++ b/srcpkgs/gendesk/template
@@ -8,6 +8,8 @@ short_desc="Utility to generate .desktop files and download icons"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://roboticoverlords.org/gendesk/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/xyproto/gendesk/archive/${version}.tar.gz
  https://roboticoverlords.org/images/default.png"
 checksum="dd0008512eebc893e4b630d07d9bf5e3a4f121b87fe725c32773caa6e391db58
diff --git a/srcpkgs/gfuzz/template b/srcpkgs/gfuzz/template
index dab1f5e673142..0765eade80759 100644
--- a/srcpkgs/gfuzz/template
+++ b/srcpkgs/gfuzz/template
@@ -9,5 +9,7 @@ short_desc="Web fuzzer like wfuzz written in Golang"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/braaaax/gfz"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=8b6a3df0c385fe993ead673df53daa290943220f2cde73e6b1c706ef94aa4e5f
diff --git a/srcpkgs/ghq/template b/srcpkgs/ghq/template
index 1a13598cfb23a..3645ccfd29158 100644
--- a/srcpkgs/ghq/template
+++ b/srcpkgs/ghq/template
@@ -10,6 +10,8 @@ short_desc="Remote repository management made easy"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/x-motemen/ghq"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/x-motemen/ghq/archive/v${version}.tar.gz"
 checksum=a6f62a5b34fd7088e39d6f0d0c37d6e0c333c2cc4da9a2fe6779a2b851f1f8f9
 
diff --git a/srcpkgs/gister/template b/srcpkgs/gister/template
index 2ce078bfbcb3c..2ee4f269aae21 100644
--- a/srcpkgs/gister/template
+++ b/srcpkgs/gister/template
@@ -8,6 +8,8 @@ short_desc="Command line app to create Gists in Go"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/viyatb/gister"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/viyatb/gister/archive/v${version}.tar.gz"
 checksum=0cb0d739c91ccf93b61885ceb1b5f456367f67439527ba4977ae8e5b7002faca
 
diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template
index 14cdc31c1e546..d3a459ed00ed3 100644
--- a/srcpkgs/git-lfs/template
+++ b/srcpkgs/git-lfs/template
@@ -9,6 +9,8 @@ short_desc="Git extension for versioning large files"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://git-lfs.github.com/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/git-lfs/git-lfs/main/CHANGELOG.md"
 distfiles="https://github.com/git-lfs/git-lfs/archive/v${version}.tar.gz"
 checksum=fa93f65cc5c15b96037a72cf243bc2cc04c94ea5cccc346664425d6d4bac66c2
diff --git a/srcpkgs/git-sizer/template b/srcpkgs/git-sizer/template
index 986581e948a82..48c4ff41594c2 100644
--- a/srcpkgs/git-sizer/template
+++ b/srcpkgs/git-sizer/template
@@ -10,6 +10,8 @@ short_desc="Compute various size metrics for a Git repository"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/github/git-sizer"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/github/git-sizer/archive/refs/tags/v${version}.tar.gz"
 checksum=07a5ac5f30401a17d164a6be8d52d3d474ee9c3fb7f60fd83a617af9f7e902bb
 
diff --git a/srcpkgs/git-team/template b/srcpkgs/git-team/template
index de1c6bc7118ad..b20bb40ccba93 100644
--- a/srcpkgs/git-team/template
+++ b/srcpkgs/git-team/template
@@ -8,6 +8,8 @@ short_desc="Manage and enhance git commit messages with co-authors"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/hekmekk/git-team"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/hekmekk/git-team/main/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=8bbac5e495310167e9ffad6f6b0e6b6929bae3dc249de16cd050209f389be59b
diff --git a/srcpkgs/gitbatch/template b/srcpkgs/gitbatch/template
index b99ef3144de62..24c8d3e47214d 100644
--- a/srcpkgs/gitbatch/template
+++ b/srcpkgs/gitbatch/template
@@ -8,6 +8,8 @@ short_desc="Command line tool to manage your git repositories in one place"
 maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
 license="MIT"
 homepage="https://github.com/isacikgoz/gitbatch"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/isacikgoz/gitbatch/archive/v${version}.tar.gz"
 checksum=b1781bb1a0f16545d8980d4f854cb4685c289b222d141197889fc387524aa515
 
diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 2c5df20f9791b..81bbb05ea788c 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -29,6 +29,8 @@ short_desc="Git with a cup of Tea"
 maintainer="fosslinux <fosslinux@aussies.space>"
 license="MIT"
 homepage="https://gitea.io"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/go-gitea/gitea/main/CHANGELOG.md"
 distfiles="https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz"
 checksum=707fc01ec15739dbdf49f8fd01951dde5fd1958134ea8d41c99bb4bef190b97c
diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template
index 61d46a0895af3..04d94f39d452b 100644
--- a/srcpkgs/github-cli/template
+++ b/srcpkgs/github-cli/template
@@ -11,6 +11,8 @@ short_desc="GitHub CLI tool"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT"
 homepage="https://cli.github.com"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/cli/cli/releases"
 distfiles="https://github.com/cli/cli/archive/refs/tags/v${version}.tar.gz"
 checksum=527ca3aeaf6a565a0b058825748683ec5f5e199d5754466943c1f5c69a7d5bfe
diff --git a/srcpkgs/github-opml/template b/srcpkgs/github-opml/template
index 926b1f7c42589..433ae0744b1cd 100644
--- a/srcpkgs/github-opml/template
+++ b/srcpkgs/github-opml/template
@@ -9,6 +9,8 @@ short_desc="Create opml file with references to all starred repos by a github us
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jojomi/github-opml"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/jojomi/github-opml/archive/v${version}.tar.gz"
 checksum=1e1d39505db625579ee69bf08909e149b67ef3d45eb7693787431e5389437a44
 
diff --git a/srcpkgs/gitlab-runner/template b/srcpkgs/gitlab-runner/template
index 8b0a5457f2039..b110ff68c9805 100644
--- a/srcpkgs/gitlab-runner/template
+++ b/srcpkgs/gitlab-runner/template
@@ -8,6 +8,8 @@ short_desc="Official GitLab CI runner written in Go"
 maintainer="Christian Poulwey <christian.poulwey@t-online.de>"
 license="MIT"
 homepage="https://docs.gitlab.com/runner/"
+nopie=unverified
+nostrip=nopie
 changelog="https://gitlab.com/gitlab-org/gitlab-runner/-/raw/main/CHANGELOG.md"
 distfiles="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${version}/gitlab-runner-v${version}.tar.gz"
 checksum=c3d6889ad861a9547cfe0453a36de8c770791633905724acd6f0372e2d9a9e0f
diff --git a/srcpkgs/gkill/template b/srcpkgs/gkill/template
index bd64b642da8c8..1712679f16edf 100644
--- a/srcpkgs/gkill/template
+++ b/srcpkgs/gkill/template
@@ -9,6 +9,8 @@ short_desc="Easy Process Killer"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/heppu/gkill"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/heppu/gkill/archive/v$version.tar.gz"
 checksum=aee86f1e18a88ecd3024c6deb3dbd6a2e385961ad8365046dc2b64596bdbb84b
 
diff --git a/srcpkgs/glab/template b/srcpkgs/glab/template
index fe57e314721e6..0fa1c7badc2f0 100644
--- a/srcpkgs/glab/template
+++ b/srcpkgs/glab/template
@@ -11,6 +11,8 @@ short_desc="Command line tool bringing GitLab's features to your command line"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://gitlab.com/gitlab-org/cli"
+nopie=unverified
+nostrip=nopie
 distfiles="https://gitlab.com/gitlab-org/cli/-/archive/v$version/cli-v$version.tar.gz"
 checksum=447a9b76acb5377642a4975908f610a3082026c176329c7c8cfed1461d2e1570
 
diff --git a/srcpkgs/glide/template b/srcpkgs/glide/template
index 878ab343b0bbd..e3ba8002a83d5 100644
--- a/srcpkgs/glide/template
+++ b/srcpkgs/glide/template
@@ -9,6 +9,8 @@ short_desc="Vendor package management for golang"
 maintainer="ananteris <ananteris@protonmail.ch>"
 license="MIT"
 homepage="http://glide.sh"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/Masterminds/glide/master/CHANGELOG.md"
 distfiles="https://github.com/Masterminds/glide/archive/v${version}.tar.gz"
 checksum=817dad2f25303d835789c889bf2fac5e141ad2442b9f75da7b164650f0de3fee
diff --git a/srcpkgs/glider/template b/srcpkgs/glider/template
index c1037e2444a82..0050e72abc135 100644
--- a/srcpkgs/glider/template
+++ b/srcpkgs/glider/template
@@ -8,6 +8,8 @@ short_desc="Forward proxy with multiple protocols support"
 maintainer="whoami <whoami@systemli.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/nadoo/glider"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=f10e416e9b8ed7ff20b9c2f7dc0e47d65f22c170b7d1ffa74d8ceb0f91e5b412
 conf_files="/etc/glider/config /etc/glider/rules.d/*"
diff --git a/srcpkgs/glock/template b/srcpkgs/glock/template
index 8263846b7b23a..0f8efb3ca040c 100644
--- a/srcpkgs/glock/template
+++ b/srcpkgs/glock/template
@@ -11,5 +11,7 @@ short_desc="Lock Go dependencies to specific revisions"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Public Domain"
 homepage="https://github.com/robfig/glock"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/robfig/glock/archive/$_commit.tar.gz"
 checksum=b8fea16ccdfa4a927a8590753d44ca5bb610561f3b9e09cc1e501ef5c9351dc9
diff --git a/srcpkgs/glow/template b/srcpkgs/glow/template
index 9db40444caf42..244b2340c1909 100644
--- a/srcpkgs/glow/template
+++ b/srcpkgs/glow/template
@@ -9,6 +9,8 @@ short_desc="Render markdown on the CLI, with pizzazz"
 maintainer="klardotsh <josh@klar.sh>"
 license="MIT"
 homepage="https://github.com/charmbracelet/glow"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/charmbracelet/glow/archive/refs/tags/v${version}.tar.gz"
 checksum=b4ecf269b7c6447e19591b1d23f398ef2b38a6a75be68458390b42d3efc44b92
 
diff --git a/srcpkgs/go-bindata/template b/srcpkgs/go-bindata/template
index dad00443ee529..ce673a35620f9 100644
--- a/srcpkgs/go-bindata/template
+++ b/srcpkgs/go-bindata/template
@@ -10,5 +10,7 @@ short_desc="Small utility which generates Go code from any file"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Public Domain"
 homepage="https://github.com/jteeuwen/go-bindata"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/jteeuwen/go-bindata/archive/${_commit}.tar.gz"
 checksum=65cf65ac422fb8072abfaabec86c20a74e448a93b489e896a36642e7049f5d32
diff --git a/srcpkgs/go-capnproto2/template b/srcpkgs/go-capnproto2/template
index 5c7565560d7ec..80339d960917c 100644
--- a/srcpkgs/go-capnproto2/template
+++ b/srcpkgs/go-capnproto2/template
@@ -11,6 +11,8 @@ short_desc="Cap'n Proto library and code generator for Go"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/capnproto/go-capnproto2"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/capnproto/go-capnproto2/archive/v${version}.tar.gz"
 checksum=63d21290df86a0e482d4294a926f45d03a2cbb8e9274399f70bac763f07b8e92
 
diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template
index 94ec54c88a90b..aecbda69f8d8e 100644
--- a/srcpkgs/go-ipfs/template
+++ b/srcpkgs/go-ipfs/template
@@ -11,6 +11,8 @@ short_desc="Global versioned P2P merkle DAG file system"
 maintainer="Christopher Brannon <chris@the-brannons.com>"
 license="MIT, Apache-2.0"
 homepage="https://ipfs.io"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
 distfiles="https://github.com/ipfs/go-ipfs/archive/v${version}.tar.gz"
 checksum=886193dda20345a3d3ed6702629caa98212f1f0622f80c65bea1b737957fbb16
diff --git a/srcpkgs/go-jira/template b/srcpkgs/go-jira/template
index 5e80ab41445cd..77df37a70824e 100644
--- a/srcpkgs/go-jira/template
+++ b/srcpkgs/go-jira/template
@@ -10,5 +10,7 @@ short_desc="Simple jira command line client in Go"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://github.com/go-jira/jira"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/go-jira/jira/archive/v$version.tar.gz"
 checksum=179abe90458281175a482cbd2e1ad662bdf563ef5acfc2cadf215ae32e0bd1e6
diff --git a/srcpkgs/go-md2man/template b/srcpkgs/go-md2man/template
index 7898513b58ff2..848be8559fbae 100644
--- a/srcpkgs/go-md2man/template
+++ b/srcpkgs/go-md2man/template
@@ -8,6 +8,8 @@ short_desc="Convert md to manpages"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/cpuguy83/go-md2man"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
 checksum=2f52e37101ea2734b02f2b54a53c74305b95b3a9a27792fdac962b5354aa3e4a
 
diff --git a/srcpkgs/go-mtpfs/template b/srcpkgs/go-mtpfs/template
index 92a906cfa95cb..b0f56e7054f2e 100644
--- a/srcpkgs/go-mtpfs/template
+++ b/srcpkgs/go-mtpfs/template
@@ -11,6 +11,8 @@ short_desc="Mount MTP devices over FUSE"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/hanwen/go-mtpfs"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/hanwen/go-mtpfs/archive/v${version}.tar.gz"
 checksum=47060acf74c9f7a612f492c041c9463efb37eab4f9a74eca96686ed61bbbe7ec
 
diff --git a/srcpkgs/go-review/template b/srcpkgs/go-review/template
index d86bf406cd595..3b0ad5b3c456f 100644
--- a/srcpkgs/go-review/template
+++ b/srcpkgs/go-review/template
@@ -9,6 +9,8 @@ short_desc="Publish reports from different Go linters as gerrit reviews"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/heppu/go-review"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/heppu/go-review/archive/v${version}.tar.gz"
 checksum=08e6eecc36f8706f012c280d6bfd37a6b9f922b223c9b6e5342550103dbdfaa0
 
diff --git a/srcpkgs/goatcounter/template b/srcpkgs/goatcounter/template
index 94c3add2c682c..ec67bc96812f5 100644
--- a/srcpkgs/goatcounter/template
+++ b/srcpkgs/goatcounter/template
@@ -11,6 +11,8 @@ short_desc="Easy web analytics without tracking of personal data"
 maintainer="Martin Tournoij <martin@arp242.net>"
 license="EUPL-1.2"
 homepage="https://www.goatcounter.com/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/arp242/goatcounter/master/CHANGELOG.md"
 distfiles="https://github.com/zgoat/goatcounter/archive/v${version}.tar.gz"
 checksum=c42f2e5d32afeec1310a1e128be2e26b18c69b7627570b87588439b3d13b8455
diff --git a/srcpkgs/gobuster/template b/srcpkgs/gobuster/template
index c80406546121c..32e4a518e6e3c 100644
--- a/srcpkgs/gobuster/template
+++ b/srcpkgs/gobuster/template
@@ -8,6 +8,8 @@ short_desc="Directory, file and DNS busting tool"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/OJ/gobuster"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/OJ/gobuster/archive/v${version}.tar.gz"
 checksum=509b16ca713de02f8fcdc7b33d97e7e18b687bb99634dde076be38297d4b401b
 
diff --git a/srcpkgs/gocloc/template b/srcpkgs/gocloc/template
index 6cdc8b2b3b1e8..535c93cb39e2e 100644
--- a/srcpkgs/gocloc/template
+++ b/srcpkgs/gocloc/template
@@ -9,6 +9,8 @@ short_desc="Counts lines of source code in many programming languages"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="MIT"
 homepage="https://github.com/hhatto/gocloc"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/hhatto/gocloc/archive/v${version}.tar.gz"
 checksum=b96a3da5c5ec084107f29c339414774a7bf0c3c71e41ae5101cc48824ab9ecb2
 
diff --git a/srcpkgs/gocryptfs/template b/srcpkgs/gocryptfs/template
index d1ea8e4cdfc15..0274372dcdca3 100644
--- a/srcpkgs/gocryptfs/template
+++ b/srcpkgs/gocryptfs/template
@@ -11,6 +11,8 @@ short_desc="Encrypted overlay filesystem written in Go"
 maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
 license="MIT"
 homepage="https://nuetzlich.net/gocryptfs"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/rfjakob/gocryptfs#changelog"
 distfiles="https://github.com/rfjakob/gocryptfs/releases/download/v${version}/gocryptfs_v${version}_src-deps.tar.gz"
 checksum=62a856a9771307b34a75a1e9ab9489abe4a4e7e7f9230c2b1046ca037ea2ba50
diff --git a/srcpkgs/godef/template b/srcpkgs/godef/template
index 3196920d29a6e..b4fc190a41dd2 100644
--- a/srcpkgs/godef/template
+++ b/srcpkgs/godef/template
@@ -8,6 +8,8 @@ short_desc="Print where symbols are defined in Go source code"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/rogpeppe/godef"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/rogpeppe/godef/archive/v${version}.tar.gz"
 checksum=48a1680e9a7db28f19c4b5716402c615bbab454c769c28d9e373df75bde48b9c
 
diff --git a/srcpkgs/gogs/template b/srcpkgs/gogs/template
index 68a136a80c171..fe6dad041bbff 100644
--- a/srcpkgs/gogs/template
+++ b/srcpkgs/gogs/template
@@ -12,6 +12,8 @@ short_desc="Self-hosted Git Service in Go"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://gogs.io"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/gogits/gogs/archive/v${version}.tar.gz"
 checksum=435ed5ca5e15381883079f1483131e3601f69ff56ebfdb5c60d14c0af98ce9a1
 
diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template
index 82737682337ad..d6c2ec697cc74 100644
--- a/srcpkgs/golangci-lint/template
+++ b/srcpkgs/golangci-lint/template
@@ -10,6 +10,8 @@ short_desc="Linters Runner for Go"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/golangci/golangci-lint"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
 distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
 checksum=a11540d116fa6b015423afc1bfe57c4b22ec3c3165189442cdb7ff8fda729370
diff --git a/srcpkgs/gomatrix/template b/srcpkgs/gomatrix/template
index c78893ef1337a..d2285101cdf5a 100644
--- a/srcpkgs/gomatrix/template
+++ b/srcpkgs/gomatrix/template
@@ -8,6 +8,8 @@ short_desc="Terminal Matrix display in golang"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/GeertJohan/gomatrix"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/GeertJohan/gomatrix/archive/v${version}.tar.gz"
 checksum=4d71d2509ac84f2340537d5e6f0eb9810b4173706f13cd6fe5e5e8ee5a69a50c
 
diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
index 0f7c4e889e098..92db466800a7a 100644
--- a/srcpkgs/gomuks/template
+++ b/srcpkgs/gomuks/template
@@ -9,6 +9,8 @@ short_desc="Terminal Matrix client"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="AGPL-3.0-or-later"
 homepage="https://maunium.net/go/gomuks/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/tulir/gomuks/raw/master/CHANGELOG.md"
 distfiles="https://github.com/tulir/gomuks/archive/refs/tags/v${version}.tar.gz"
 checksum=0710a63cc3ec9a4f525510497ba64aa94170498eb536411d089871f336d99ab4
diff --git a/srcpkgs/gopass-jsonapi/template b/srcpkgs/gopass-jsonapi/template
index 498334cb6d561..8d0e531eaa029 100644
--- a/srcpkgs/gopass-jsonapi/template
+++ b/srcpkgs/gopass-jsonapi/template
@@ -10,6 +10,8 @@ short_desc="Gopass JSON bridge for extensions"
 maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
 license="MIT"
 homepage="https://www.gopass.pw/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/gopasspw/gopass-jsonapi/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass-jsonapi/archive/refs/tags/v${version}.tar.gz"
 checksum=753b1628ab379dea0cd4b599939fb46b11fdc46af76d049e7addc46477bf593c
diff --git a/srcpkgs/gopls/template b/srcpkgs/gopls/template
index ae2785a728080..c4c702c2c8680 100644
--- a/srcpkgs/gopls/template
+++ b/srcpkgs/gopls/template
@@ -9,6 +9,8 @@ short_desc="Official language server for the Go language"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/golang/tools/tree/master/gopls"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz"
 checksum=fa8a5d38c1e040686fda6018c3456801229d6ed992b6eecfbaba146e1fc772b2
 
diff --git a/srcpkgs/gopm/template b/srcpkgs/gopm/template
index 815a52704789c..043bdc57e79dd 100644
--- a/srcpkgs/gopm/template
+++ b/srcpkgs/gopm/template
@@ -9,5 +9,7 @@ short_desc="Go Package Manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/gpmgo/gopm"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/gpmgo/gopm/archive/${_commit}.tar.gz"
 checksum="67fd6c8940eab9adca178f880d217095ef54db8c608b0d000144d9ba7880c3f8"
diff --git a/srcpkgs/gops/template b/srcpkgs/gops/template
index 5d65be5bc6416..92f93e3e93a47 100644
--- a/srcpkgs/gops/template
+++ b/srcpkgs/gops/template
@@ -8,6 +8,8 @@ short_desc="List and diagnose Go processes currently running on your system"
 maintainer="icp <pangolin@vivaldi.net>"
 license="BSD-3-Clause"
 homepage="https://github.com/google/gops"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/google/gops/releases"
 distfiles="https://github.com/google/gops/archive/refs/tags/v${version}.tar.gz"
 checksum=9a040fe38e45aa41cfc43be5babb5e7962b027e1f6f8b68e5112f01866a42bba
diff --git a/srcpkgs/goreleaser/template b/srcpkgs/goreleaser/template
index 85e20f33bf05e..a8ea93016502e 100644
--- a/srcpkgs/goreleaser/template
+++ b/srcpkgs/goreleaser/template
@@ -10,6 +10,8 @@ short_desc="Deliver Go binaries as fast and easily as possible"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://goreleaser.com/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/goreleaser/goreleaser/archive/refs/tags/v$version.tar.gz"
 checksum=0721e1d3c2f4d68076b62c0484d0d17964e62f71794a96653a3f0dfaff2509d8
 
diff --git a/srcpkgs/gotify-cli/template b/srcpkgs/gotify-cli/template
index a2a5e758f6cee..5a0322039be45 100644
--- a/srcpkgs/gotify-cli/template
+++ b/srcpkgs/gotify-cli/template
@@ -10,6 +10,8 @@ short_desc="Command line interface for pushing messages to a Gotify server"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://gotify.net"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/gotify/cli/archive/v${version}.tar.gz"
 checksum=d44d0058a87684db8c61a9952a84327f7bab102d6a4a16547f7be18b9a9c052c
 
diff --git a/srcpkgs/gotify-server/template b/srcpkgs/gotify-server/template
index 16b72133088c8..7c8eb61961d54 100644
--- a/srcpkgs/gotify-server/template
+++ b/srcpkgs/gotify-server/template
@@ -11,6 +11,8 @@ short_desc="Simple server for sending and receiving messages"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://gotify.net"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
 checksum=e8ebbbbccafe6d6ce44270f6af5ae59223edeb7dd51e0ab2ee7e689b88072df9
 conf_files="/etc/gotify/config.yml"
diff --git a/srcpkgs/gotop/template b/srcpkgs/gotop/template
index 4d988e52cfa02..c1217fded5fe4 100644
--- a/srcpkgs/gotop/template
+++ b/srcpkgs/gotop/template
@@ -11,6 +11,8 @@ short_desc="Terminal based graphical activity monitor"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/xxxserxxx/gotop"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/xxxserxxx/gotop/master/CHANGELOG.md"
 distfiles="https://github.com/xxxserxxx/gotop/archive/v${version}.tar.gz"
 checksum=e9d9041903acb6bd3ffe94e0a02e69eea53f1128274da1bfe00fe44331ccceb1
diff --git a/srcpkgs/gotty/template b/srcpkgs/gotty/template
index 655809e9d66b9..b010f19af6efc 100644
--- a/srcpkgs/gotty/template
+++ b/srcpkgs/gotty/template
@@ -8,6 +8,8 @@ short_desc="Share your terminal as a web application"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/yudai/gotty/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/yudai/gotty/archive/v${version}.tar.gz"
 checksum=32695d70a79f55efdf4fba6f06f830515a2055abc58fc15e2124dff5be75695b
 
diff --git a/srcpkgs/goversion/template b/srcpkgs/goversion/template
index de9bf309ab4c8..9d48c1f21d071 100644
--- a/srcpkgs/goversion/template
+++ b/srcpkgs/goversion/template
@@ -8,6 +8,8 @@ short_desc="Print version used to build Go executables"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/rsc/goversion"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/rsc/goversion/archive/v${version}.tar.gz"
 checksum=65e9c181995ed8c9207ea08d79a148ab53307b7fad2172a5a0764d6aa393a98e
 
diff --git a/srcpkgs/grafana/template b/srcpkgs/grafana/template
index 9f634d6268d28..0cf4c7712c777 100644
--- a/srcpkgs/grafana/template
+++ b/srcpkgs/grafana/template
@@ -10,6 +10,8 @@ short_desc="Open platform for beautiful analytics and monitoring"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://grafana.com"
+nopie=unverified
+nostrip=nopie
 distfiles="https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz
 https://github.com/grafana/grafana/archive/v${version}.tar.gz"
 checksum="ecb1acffca5b64c1305c70523da73e82e27719c6014b7a88473ec97aa66e550d
diff --git a/srcpkgs/gron/template b/srcpkgs/gron/template
index 6909c6a65ff8d..a835de5578578 100644
--- a/srcpkgs/gron/template
+++ b/srcpkgs/gron/template
@@ -8,6 +8,8 @@ short_desc="Tool to make JSON greppable"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"
 homepage="https://github.com/tomnomnom/gron"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tomnomnom/gron/archive/refs/tags/v${version}.tar.gz"
 checksum=1c98f2ef2ba03558864b1ab5e9c4b47a2e89d3ffaf24cfa0ac75cd38d775feb4
 
diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template
index cb4cceeb45aab..9f8a78f5118f0 100644
--- a/srcpkgs/grype/template
+++ b/srcpkgs/grype/template
@@ -10,6 +10,8 @@ short_desc="Vulnerability scanner for container images and filesystems"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/anchore/grype"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz"
 checksum=eb54c0d1e6d824d7fc7240a8e9dd15b642bb4ca387f7bbc8de2cbff779635a19
 
diff --git a/srcpkgs/gucci/template b/srcpkgs/gucci/template
index 63bee6ecfc703..e17beb554c2b3 100644
--- a/srcpkgs/gucci/template
+++ b/srcpkgs/gucci/template
@@ -9,6 +9,8 @@ short_desc="Simple CLI templating tool written in Go"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/noqcks/gucci"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/noqcks/gucci/archive/refs/tags/${version}.tar.gz"
 checksum=1cdf723cf95708234034608a9628aed642cfb2f0ad58f58756694e34d18e557b
 
diff --git a/srcpkgs/gum/template b/srcpkgs/gum/template
index 55292f72b1a2f..98f64e249f68c 100644
--- a/srcpkgs/gum/template
+++ b/srcpkgs/gum/template
@@ -10,6 +10,8 @@ short_desc="Tool for glamorous shell scripts"
 maintainer="zenobit <zen@osowoso.xyz>"
 license="MIT"
 homepage="https://github.com/charmbracelet/gum"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/charmbracelet/gum/releases"
 distfiles="https://github.com/charmbracelet/gum/archive/refs/tags/v${version}.tar.gz"
 checksum=51c715634c0b9c690874d1a4c42f5057797585353d8af3d9f8d86ed2d216c250
diff --git a/srcpkgs/hcloud/template b/srcpkgs/hcloud/template
index 9ece5b6588ae5..ef17b45b4ff30 100644
--- a/srcpkgs/hcloud/template
+++ b/srcpkgs/hcloud/template
@@ -11,6 +11,8 @@ short_desc="Command-line interface for Hetzner Cloud"
 maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://github.com/hetznercloud/cli"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/hetznercloud/cli/main/CHANGELOG.md"
 distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz"
 checksum=7a4d08a8d5e5b3850dedd49abf3b648e213bef4d4172c9bd575760fa4c1a7575
diff --git a/srcpkgs/hey/template b/srcpkgs/hey/template
index 00292442e6abe..2dc05c1057c80 100644
--- a/srcpkgs/hey/template
+++ b/srcpkgs/hey/template
@@ -8,5 +8,7 @@ short_desc="HTTP load generator"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/rakyll/hey"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/rakyll/hey/archive/v${version}.tar.gz"
 checksum=944097e62dd0bd5012d3b355d9fe2e7b7afcf13cc0b2c06151e0f4c2babfc279
diff --git a/srcpkgs/hivemind/template b/srcpkgs/hivemind/template
index 695a32afde4a2..1d8dc8654ca38 100644
--- a/srcpkgs/hivemind/template
+++ b/srcpkgs/hivemind/template
@@ -8,6 +8,8 @@ short_desc="Process manager for Procfile-based applications"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/DarthSim/hivemind"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/DarthSim/hivemind/archive/v${version}.tar.gz"
 checksum=b4f7259663ef5b99906af0d98fe4b964d8f9a4d86a8f5aff30ab8df305d3a996
 
diff --git a/srcpkgs/hooktftp/template b/srcpkgs/hooktftp/template
index 9d3f51b616935..87383b679f38f 100644
--- a/srcpkgs/hooktftp/template
+++ b/srcpkgs/hooktftp/template
@@ -9,6 +9,8 @@ short_desc="Hook based tftp server"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/tftp-go-team/hooktftp"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tftp-go-team/hooktftp/archive/${version}.tar.gz"
 checksum=ae50cd4a9b703365388de6301c9d97e0c417160fad8131c0f0727c08e67bcbc2
 
diff --git a/srcpkgs/httpstat/template b/srcpkgs/httpstat/template
index d6f11cc61cca6..ca09403b9ea9c 100644
--- a/srcpkgs/httpstat/template
+++ b/srcpkgs/httpstat/template
@@ -9,6 +9,8 @@ short_desc="It's like curl -v, with colours"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/davecheney/httpstat"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/davecheney/httpstat/archive/v${version}.tar.gz"
 checksum=58260ab0a56557d0c2509ea09ee3fe54fe21a49f95d94189efdd64caec84fa67
 
diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template
index 4517d5e22f567..6235b1200c124 100644
--- a/srcpkgs/hub/template
+++ b/srcpkgs/hub/template
@@ -9,6 +9,8 @@ short_desc="Command line tool for Github"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://hub.github.com/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/github/hub/releases"
 distfiles="https://github.com/github/hub/archive/v${version}.tar.gz"
 checksum=e19e0fdfd1c69c401e1c24dd2d4ecf3fd9044aa4bd3f8d6fd942ed1b2b2ad21a
diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index 37dade3c809c0..619afe2533f85 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -10,6 +10,8 @@ short_desc="Fast & Modern Static Website Engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://gohugo.io"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
 checksum=0b98124c72fbd9a8179d3576abb3dd720f69584b47f70ec5be82b7238b825ea2
 
diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template
index cfca65b492a53..8bb83cdc8ec9d 100644
--- a/srcpkgs/hut/template
+++ b/srcpkgs/hut/template
@@ -10,6 +10,8 @@ short_desc="CLI tool for sr.ht"
 maintainer="Dakota Walsh <kota@nilsu.org>"
 license="AGPL-3.0-only"
 homepage="https://git.sr.ht/~emersion/hut"
+nopie=unverified
+nostrip=nopie
 changelog="https://git.sr.ht/~emersion/hut/log"
 distfiles="https://git.sr.ht/~emersion/hut/archive/v${version}.tar.gz"
 checksum=ca191d663be81000c8ac0e952cd1b95fbded8c1d918d6d89ff08adbcd3d75289
diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template
index 00c3e91af1314..0cd66891b4128 100644
--- a/srcpkgs/hydroxide/template
+++ b/srcpkgs/hydroxide/template
@@ -9,6 +9,8 @@ short_desc="Third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/emersion/hydroxide"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=d0d13a66d7aa0b0d674df6dacd63b0cdacd7261f999077ca13223d18969d20fb
 
diff --git a/srcpkgs/i3cat/template b/srcpkgs/i3cat/template
index 91fb0fe5777ad..1fb3f2f45c69f 100644
--- a/srcpkgs/i3cat/template
+++ b/srcpkgs/i3cat/template
@@ -9,6 +9,8 @@ short_desc="Combine multiple i3bar JSON inputs into one to forward to i3bar"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="MIT"
 homepage="http://vincent-petithory.github.io/i3cat/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/vincent-petithory/i3cat/archive/v${version}.tar.gz"
 checksum=e7323df791f644540025549b20a69d8907bcab90882b875a8c5c0690d9a188c5
 
diff --git a/srcpkgs/ibus-bamboo/template b/srcpkgs/ibus-bamboo/template
index e848a28b45961..f0115ab033475 100644
--- a/srcpkgs/ibus-bamboo/template
+++ b/srcpkgs/ibus-bamboo/template
@@ -9,6 +9,8 @@ short_desc="Vietnamese input method for ibus"
 maintainer="ndgnuh <ndgnuh@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/BambooEngine/ibus-bamboo"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
 checksum=39d4a1425feafe0fa3cb115a437acef36a1bf92e8c23530ebdbe75779891873e
 conf_files="/usr/share/ibus-bamboo/data/macro.tpl.txt"
diff --git a/srcpkgs/img/template b/srcpkgs/img/template
index 0965d023a704c..2a9d6f5a6eff7 100644
--- a/srcpkgs/img/template
+++ b/srcpkgs/img/template
@@ -10,6 +10,8 @@ short_desc="Standalone, daemonless, unprivileged container image builder"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"
 homepage="https://github.com/genuinetools/img"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=c6d805ab899db639fa08f0e33fe6673593be8336d288bb1cb4cb81a3229a916f
 
diff --git a/srcpkgs/immortal/template b/srcpkgs/immortal/template
index 6e8fde3aafb9c..dff8e5eac4855 100644
--- a/srcpkgs/immortal/template
+++ b/srcpkgs/immortal/template
@@ -11,6 +11,8 @@ short_desc="*nix cross-platform (OS agnostic) supervisor"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/immortal/immortal"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/immortal/immortal/archive/${version}.tar.gz"
 checksum=a343581dbe58fb0faa1c65b233a067820d8d5ecefc9726da5ad3ef979a2a0b08
 make_check=ci-skip # some tests fail when running as root
diff --git a/srcpkgs/influxdb/template b/srcpkgs/influxdb/template
index 70544e746f864..8ea688eccbb8b 100644
--- a/srcpkgs/influxdb/template
+++ b/srcpkgs/influxdb/template
@@ -15,6 +15,8 @@ short_desc="Scalable datastore for metrics, events, and real-time analytics"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://influxdata.com/time-series-platform/influxdb/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/influxdata/influxdb/master/CHANGELOG.md"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
 checksum=d8b89e324ed7343c1397124ac3cc68c405406faf74e7369e733611cada54656d
diff --git a/srcpkgs/ipfs-cluster/template b/srcpkgs/ipfs-cluster/template
index 465cd3d293061..c5127ff9a2f3f 100644
--- a/srcpkgs/ipfs-cluster/template
+++ b/srcpkgs/ipfs-cluster/template
@@ -10,6 +10,8 @@ short_desc="Collective pinning and composition for IPFS"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/ipfs/ipfs-cluster"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz"
 checksum=53758c1518b510fbaf2ba5d7b360d429ee073c6a0bf9296ccd8a5ad18f9575f2
 
diff --git a/srcpkgs/ipp-usb/template b/srcpkgs/ipp-usb/template
index 5f3615254f912..3da4ab6162c40 100644
--- a/srcpkgs/ipp-usb/template
+++ b/srcpkgs/ipp-usb/template
@@ -12,6 +12,8 @@ short_desc="Allows using the IPP protocol over usb connections"
 maintainer="Philipp David <pd@3b.pm>"
 license="BSD-2-Clause"
 homepage="https://github.com/OpenPrinting/ipp-usb"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/OpenPrinting/ipp-usb/archive/$version.tar.gz"
 checksum=81f325abc45b4d2b8812022d93dfcebc807c2b0688e2a9f7052f0bddfadf5b01
 
diff --git a/srcpkgs/ircdog/template b/srcpkgs/ircdog/template
index b8d22e9b7c927..2943b0b5384d6 100644
--- a/srcpkgs/ircdog/template
+++ b/srcpkgs/ircdog/template
@@ -8,6 +8,8 @@ short_desc="Simple wrapper over the raw IRC protocol"
 maintainer="0x5c <dev@0x5c.io>"
 license="ISC"
 homepage="https://github.com/ergochat/ircdog"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/ergochat/ircdog/master/CHANGELOG.md"
 distfiles="https://github.com/ergochat/ircdog/archive/refs/tags/v${version}.tar.gz"
 checksum=04d41168329523b44fe77a28d0aca83c60cdee913e8ee9abf5901de5fed4aa4a
diff --git a/srcpkgs/jd/template b/srcpkgs/jd/template
index ffbfdbbc41d23..2563370ea0425 100644
--- a/srcpkgs/jd/template
+++ b/srcpkgs/jd/template
@@ -8,6 +8,8 @@ short_desc="JSON diff and patch"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/josephburnett/jd"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/josephburnett/jd/archive/refs/tags/v${version}.tar.gz"
 checksum=3d0b693546891bab41ca5c3be859bc760631608c9add559aa561fb751cdd1c92
 
diff --git a/srcpkgs/jid/template b/srcpkgs/jid/template
index 51dc72df9fd62..5ecabbfe06bb2 100644
--- a/srcpkgs/jid/template
+++ b/srcpkgs/jid/template
@@ -9,6 +9,8 @@ short_desc="Drill down JSON interactively by using filtering queries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/simeji/jid"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/simeji/jid/archive/v${version}.tar.gz"
 checksum=0912050b3be3760804afaf7ecd6b42bfe79e7160066587fbc0afa5324b03fb48
 
diff --git a/srcpkgs/jj/template b/srcpkgs/jj/template
index b234c0ff3696d..74e5204743bdf 100644
--- a/srcpkgs/jj/template
+++ b/srcpkgs/jj/template
@@ -10,6 +10,8 @@ short_desc="JSON Stream Editor"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/tidwall/jj"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tidwall/jj/archive/refs/tags/v${version}.tar.gz"
 checksum=a3dafa9f2182bf79f26cdca790ff7106ebc02a50bd72bcc2db58bdbc39ee052f
 
diff --git a/srcpkgs/joker/template b/srcpkgs/joker/template
index 07c64862fc463..86b2b9c2f299c 100644
--- a/srcpkgs/joker/template
+++ b/srcpkgs/joker/template
@@ -8,6 +8,8 @@ short_desc="Interpreted dialect of Clojure written in Go and Clojure(Script) lin
 maintainer="icp <pangolin@vivaldi.net>"
 license="EPL-1.0"
 homepage="https://joker-lang.org/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/candid82/joker/releases"
 distfiles="https://github.com/candid82/joker/archive/refs/tags/v${version}.tar.gz"
 checksum=b05a9f15553f748b9ef827e6c96b42ad9c9d0d6bdf76ae592e77fae640b9d198
diff --git a/srcpkgs/jp/template b/srcpkgs/jp/template
index 846df0a7836be..8ec3bc6ed412b 100644
--- a/srcpkgs/jp/template
+++ b/srcpkgs/jp/template
@@ -8,5 +8,7 @@ short_desc="Command line interface to JMESPath"
 maintainer="Noah Huppert <contact@noahh.io>"
 license="Apache-2.0"
 homepage="https://github.com/jmespath/jp"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/jmespath/jp/archive/${version}.tar.gz"
 checksum=e88a49f61fffca8f431f78938f71e14d7792f7304344b7aa7391d06e4113f88b
diff --git a/srcpkgs/jsonnet-language-server/template b/srcpkgs/jsonnet-language-server/template
index 81d3890cc7c16..906a36a1c9996 100644
--- a/srcpkgs/jsonnet-language-server/template
+++ b/srcpkgs/jsonnet-language-server/template
@@ -8,6 +8,8 @@ short_desc="Language Server Protocol (LSP) server for Jsonnet"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/grafana/jsonnet-language-server"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/grafana/jsonnet-language-server/archive/refs/tags/v${version}.tar.gz"
 checksum=5c843bca9fc54effd00dd37bcfd9b2809aa15329f1120d4c730c11d0076f3468
 
diff --git a/srcpkgs/jump/template b/srcpkgs/jump/template
index 326135b032dc0..229a779667e2d 100644
--- a/srcpkgs/jump/template
+++ b/srcpkgs/jump/template
@@ -8,6 +8,8 @@ short_desc="Fuzzy directory jumper that learns your habits"
 maintainer="Arthur Weagel <arthur.contrib@gmail.com>"
 license="MIT"
 homepage="https://github.com/gsamokovarov/jump"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/gsamokovarov/jump/releases"
 distfiles="https://github.com/gsamokovarov/jump/archive/v${version}.tar.gz"
 checksum=ce297cada71e1dca33cd7759e55b28518d2bf317cdced1f3b3f79f40fa1958b5
diff --git a/srcpkgs/k3d/template b/srcpkgs/k3d/template
index 12c61b47d44b4..4b28b75ec3fb4 100644
--- a/srcpkgs/k3d/template
+++ b/srcpkgs/k3d/template
@@ -13,6 +13,8 @@ short_desc="Creates containerized k3s clusters"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://k3d.io/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/k3d-io/k3d/main/CHANGELOG.md"
 distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz"
 checksum=b9eb05c5fa213c8ec6d34a25e00ae07abeb23d70c94f55c1f32fbc16ea4e480e
diff --git a/srcpkgs/k9s/template b/srcpkgs/k9s/template
index 3af793e618d60..53a39ad31fbeb 100644
--- a/srcpkgs/k9s/template
+++ b/srcpkgs/k9s/template
@@ -9,6 +9,8 @@ short_desc="Terminal UI to interact with Kubernetes clusters"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"
 homepage="https://k9scli.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
 checksum=4f2b42270bcbe37497c52c6c8fbd99e5b6e5333f1ab0b36dbdfeaccbc50a4ae1
 
diff --git a/srcpkgs/kapacitor/template b/srcpkgs/kapacitor/template
index e17a5cbe55dd0..2d567a9ccf5db 100644
--- a/srcpkgs/kapacitor/template
+++ b/srcpkgs/kapacitor/template
@@ -13,6 +13,8 @@ short_desc="Open source framework for alerting on time series data"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://www.influxdata.com/time-series-platform/kapacitor/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/influxdata/${pkgname}/archive/v${version}.tar.gz"
 checksum=c27b472713a9d45a57a772e5d38caffeeaa02ade6961ff7c33ed0e399c53b3f5
 system_accounts="_kapacitor"
diff --git a/srcpkgs/keybase/template b/srcpkgs/keybase/template
index 4ee39784b1f73..0d2aedd225b91 100644
--- a/srcpkgs/keybase/template
+++ b/srcpkgs/keybase/template
@@ -14,6 +14,8 @@ short_desc="Client for keybase.io"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://keybase.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/keybase/client/releases/download/v$version/keybase-v$version.tar.xz"
 checksum=5e89792105ce29420e92ebeaf8055db5e7d67de5e181f83f69904356ddeb8c71
 
diff --git a/srcpkgs/knit/template b/srcpkgs/knit/template
index 58b074985140d..43e05601a5851 100644
--- a/srcpkgs/knit/template
+++ b/srcpkgs/knit/template
@@ -10,6 +10,8 @@ short_desc="Simple and flexible build tool using Lua, similar to make/mk"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT, MPL-2.0"
 homepage="https://github.com/zyedidia/knit"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/zyedidia/knit/archive/refs/tags/v${version}.tar.gz"
 checksum=f4a073568ef3b44d4cf80f4acff021368c5a2cc4f047ce7b4c6b5bfa57562e2b
 go_packages="./cmd/knit"
diff --git a/srcpkgs/kopia/template b/srcpkgs/kopia/template
index 2fce39e0a2f6a..a0a78c1631d1e 100644
--- a/srcpkgs/kopia/template
+++ b/srcpkgs/kopia/template
@@ -11,6 +11,8 @@ short_desc="Fast and secure backup tool"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="Apache-2.0"
 homepage="https://kopia.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/kopia/kopia/archive/v${version}.tar.gz"
 checksum=87a5b14a34a1ab0ee03d82c5aefc6934f348b67c1c59723ad39bf05ae54b3416
 
diff --git a/srcpkgs/kops/template b/srcpkgs/kops/template
index 3d97af94004a9..445b0e2f90e3e 100644
--- a/srcpkgs/kops/template
+++ b/srcpkgs/kops/template
@@ -12,6 +12,8 @@ short_desc="Production Grade K8s Installation, Upgrades, and Management"
 maintainer="Mate Gabri <iam@theguy.io>"
 license="Apache-2.0"
 homepage="https://github.com/kubernetes/kops"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/kubernetes/kops/archive/refs/tags/v${version}.tar.gz"
 checksum=10959b7b59f61a6078471eb2da30ad8c839fa96f648c2c9606a3deafce36eb91
 
diff --git a/srcpkgs/kubecfg/template b/srcpkgs/kubecfg/template
index b86bf6da4dfe3..f7ec8ada7f6e5 100644
--- a/srcpkgs/kubecfg/template
+++ b/srcpkgs/kubecfg/template
@@ -9,5 +9,7 @@ short_desc="Tool for managing Kubernetes resources as code"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"
 homepage="https://github.com/bitnami/kubecfg"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/bitnami/kubecfg/archive/v${version}.tar.gz"
 checksum=1a27df34f815069c843da18430bca2ae0aa7d3156ea17c5bd4efcfa23014b768
diff --git a/srcpkgs/kubefwd/template b/srcpkgs/kubefwd/template
index 37aa7450ac55b..91e38dc90fbaa 100644
--- a/srcpkgs/kubefwd/template
+++ b/srcpkgs/kubefwd/template
@@ -10,6 +10,8 @@ short_desc="Bulk port forwarding Kubernetes services for local development"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"
 homepage="https://github.com/txn2/kubefwd"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/txn2/kubefwd/archive/${version}.tar.gz"
 checksum=988bf1f6618000aca658b91427f09502f61ed5ec8d78fcafd1bc5ece173a4ece
 
diff --git a/srcpkgs/kubernetes-kind/template b/srcpkgs/kubernetes-kind/template
index dd55defc0f8cf..fbfa363069d0d 100644
--- a/srcpkgs/kubernetes-kind/template
+++ b/srcpkgs/kubernetes-kind/template
@@ -9,6 +9,8 @@ short_desc="Kind is a tool for running local Kubernetes clusters using Docker"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://kind.sigs.k8s.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/kubernetes-sigs/kind/archive/v${version}.tar.gz"
 checksum=6795c3478a298973e010349b87740fa1732e18989856db0deed54b153330365c
 _completions="bash zsh fish"
diff --git a/srcpkgs/kubernetes/template b/srcpkgs/kubernetes/template
index 6118c3d0b7d0a..439cc31ad574a 100644
--- a/srcpkgs/kubernetes/template
+++ b/srcpkgs/kubernetes/template
@@ -11,6 +11,8 @@ short_desc="Container Cluster Manager for Docker"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="http://kubernetes.io"
+nopie=unverified
+nostrip=nopie
 distfiles="https://$go_import_path/archive/v$version.tar.gz"
 checksum=badaac786ce6439ce238e2c31b748e90cb6c73ab421e1b58e809fdcbf31808f3
 nocross=yes
diff --git a/srcpkgs/kurly/template b/srcpkgs/kurly/template
index 9edeb2600a27b..b86f9b9814e7f 100644
--- a/srcpkgs/kurly/template
+++ b/srcpkgs/kurly/template
@@ -8,5 +8,7 @@ short_desc="Alternative to the widely popular curl program"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://gitlab.com/davidjpeacock/kurly"
+nopie=unverified
+nostrip=nopie
 distfiles="https://gitlab.com/davidjpeacock/kurly/-/archive/v${version}/kurly-v${version}.tar.gz"
 checksum=74c36fe09e1e321cdd85835191cbae880f70fa5b92211564cd3b2d1b9d66d4a5
diff --git a/srcpkgs/lazydocker/template b/srcpkgs/lazydocker/template
index a1851b0463dac..84685220dec54 100644
--- a/srcpkgs/lazydocker/template
+++ b/srcpkgs/lazydocker/template
@@ -10,6 +10,8 @@ short_desc="Simple terminal UI for docker and docker-compose, written in Go"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/jesseduffield/lazydocker"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/jesseduffield/lazydocker/archive/v${version}.tar.gz"
 checksum=3f0b8ca1c721191e543d5992d822b41c13e3561bb5e761695031f8ddb961a137
 
diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index e42946b6df873..71e98ff39e623 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -10,6 +10,8 @@ short_desc="Simple terminal UI for git commands"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://github.com/jesseduffield/lazygit"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/jesseduffield/lazygit/releases"
 distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
 checksum=146bd63995fcf2f2373bbc2143b3565b7a2be49a1d4e385496265ac0f69e4128
diff --git a/srcpkgs/lego/template b/srcpkgs/lego/template
index 7b3c017cf922f..21cffa6006c80 100644
--- a/srcpkgs/lego/template
+++ b/srcpkgs/lego/template
@@ -9,6 +9,8 @@ short_desc="Let's Encrypt client and ACME library written in Go"
 maintainer="Anachron <gith@cron.world>"
 license="MIT"
 homepage="https://go-acme.github.io/lego"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/go-acme/lego/archive/v${version}.tar.gz"
 checksum=2cebfd9c7471c0a64ad877c4270378b2c45712103332674e5f26e5a347b8b6b1
 
diff --git a/srcpkgs/lets/template b/srcpkgs/lets/template
index 658a529cc3536..553b1931d4f46 100644
--- a/srcpkgs/lets/template
+++ b/srcpkgs/lets/template
@@ -9,6 +9,8 @@ short_desc="CLI task runner for developers - a better alternative to make"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://lets-cli.org/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/lets-cli/lets/releases"
 distfiles="https://github.com/lets-cli/lets/archive/refs/tags/v${version}.tar.gz"
 checksum=c810c180ba6631998660b5622bb3309cca02bd4ae6192ab29b9834f7337dc0b0
diff --git a/srcpkgs/lf/template b/srcpkgs/lf/template
index eac3fd04beab0..1effc16191693 100644
--- a/srcpkgs/lf/template
+++ b/srcpkgs/lf/template
@@ -9,6 +9,8 @@ short_desc="Terminal file manager"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/gokcehan/lf"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
 checksum=ed47fc22c58cf4f4e4116a58c500bdb9f9ccc0b89f87be09f321e8d1431226ab
 
diff --git a/srcpkgs/licensechecker/template b/srcpkgs/licensechecker/template
index 04ebacce15814..eef76d557690b 100644
--- a/srcpkgs/licensechecker/template
+++ b/srcpkgs/licensechecker/template
@@ -8,6 +8,8 @@ short_desc="Identify software licenses used on a source tree"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/boyter/lc"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/boyter/lc/archive/v${version}.tar.gz"
 checksum=e33ec5451b346e02919a55f22e4f44d854eb395d6a5622d2cca70129f1d5a7e6
 
diff --git a/srcpkgs/loki/template b/srcpkgs/loki/template
index 1abea52b88d44..f28a254d6b9e0 100644
--- a/srcpkgs/loki/template
+++ b/srcpkgs/loki/template
@@ -12,5 +12,7 @@ short_desc="Like Prometheus, but for logs"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://grafana.com/oss/loki/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/grafana/loki/archive/v$version.tar.gz"
 checksum=9c1a153ab4d57d5c109dbf55d4ea5aeab2159ccf51d3b8cc8fea19970f0a88d8
diff --git a/srcpkgs/lsp/template b/srcpkgs/lsp/template
index 0bc70ccd5aaa9..14552b908fbb2 100644
--- a/srcpkgs/lsp/template
+++ b/srcpkgs/lsp/template
@@ -10,6 +10,8 @@ short_desc="More human-friendly ls command"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/dborzov/lsp"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/dborzov/lsp/archive/${_githash}.tar.gz"
 checksum=2921c705d4d5c4eb6d3b02e498b8f7d23db5ec3f451574f7ed9ad1769c8a2d07
 
diff --git a/srcpkgs/lux/template b/srcpkgs/lux/template
index 8f50fa61b19bd..e36099c2319b7 100644
--- a/srcpkgs/lux/template
+++ b/srcpkgs/lux/template
@@ -9,6 +9,8 @@ short_desc="Fast, simple and clean video downloader built with Go"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/iawia002/lux"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/iawia002/lux/archive/v${version}.tar.gz"
 checksum=a2bdcaadf7430aa6ce3e38e5c223e6b8178362cd7da0408f61d288bbed05bfe3
 
diff --git a/srcpkgs/lxd-lts/template b/srcpkgs/lxd-lts/template
index 5aacd6712c7d2..09bea9414d17d 100644
--- a/srcpkgs/lxd-lts/template
+++ b/srcpkgs/lxd-lts/template
@@ -18,6 +18,8 @@ short_desc="Next generation system container manager (long term support channel)
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/lxd"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/lxc/lxd/releases"
 distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
 checksum=63be0ec206da6914251271d2778124242029e3d3c0bf4aa2381d921ee0133382
diff --git a/srcpkgs/lxd/template b/srcpkgs/lxd/template
index 46954e9de9475..3fec0dc094d2c 100644
--- a/srcpkgs/lxd/template
+++ b/srcpkgs/lxd/template
@@ -18,6 +18,8 @@ short_desc="Next generation system container manager"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/lxd"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/lxc/lxd/releases"
 distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
 checksum=a24cf7fbe3e5527a34deda7e8e92f17c05a51498723821f69b146d1e8e58117f
diff --git a/srcpkgs/maddy/template b/srcpkgs/maddy/template
index f0392f1bdf0df..7203864b8d9bf 100644
--- a/srcpkgs/maddy/template
+++ b/srcpkgs/maddy/template
@@ -13,6 +13,8 @@ short_desc="Composable all-in-one mail server"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://maddy.email"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/foxcpp/maddy/archive/refs/tags/v$version.tar.gz"
 checksum=d661a74a9a14e874610aba776a01aaeee742a32ef06592251d4a86306487dfa9
 make_dirs="/var/lib/maddy 0750 _maddy _maddy
diff --git a/srcpkgs/madonctl/template b/srcpkgs/madonctl/template
index c236be35d7322..45f6215f61ee7 100644
--- a/srcpkgs/madonctl/template
+++ b/srcpkgs/madonctl/template
@@ -8,6 +8,8 @@ short_desc="CLI client for the Mastodon social network API"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/McKael/madonctl"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/McKael/madonctl/archive/refs/tags/v${version}.tar.gz"
 checksum=d930d3dfcfb3fb141098c7c2b0a8cef6f1f938e48e276cefb1bff0e2f093425f
 
diff --git a/srcpkgs/mangadesk/template b/srcpkgs/mangadesk/template
index 2ae7f2dff5f8e..0dcfb8ae682eb 100644
--- a/srcpkgs/mangadesk/template
+++ b/srcpkgs/mangadesk/template
@@ -8,6 +8,8 @@ short_desc="Terminal client for MangaDex"
 maintainer="Clyhtsuriva <void-packages@adjutor.xyz>"
 license="MIT"
 homepage="https://github.com/darylhjd/mangadesk"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/darylhjd/mangadesk/releases"
 distfiles="https://github.com/darylhjd/mangadesk/archive/v${version}.tar.gz"
 checksum=85120472113e2a98d4cd9fc731e268545facd194f6dc973e29a5b2867a8305c8
diff --git a/srcpkgs/massren/template b/srcpkgs/massren/template
index 0abec48b7e9a2..2e1817b68b275 100644
--- a/srcpkgs/massren/template
+++ b/srcpkgs/massren/template
@@ -8,6 +8,8 @@ short_desc="Massive renamer from command line"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/laurent22/massren"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/laurent22/massren/archive/v$version.tar.gz"
 checksum=49758b477a205f3fbf5bbe72c2575fff8b5536f8c6b45f8f6bd2fdde023ce874
 
diff --git a/srcpkgs/mdr/template b/srcpkgs/mdr/template
index dd1f9efc253c7..6148ef1cbe9c6 100644
--- a/srcpkgs/mdr/template
+++ b/srcpkgs/mdr/template
@@ -8,6 +8,8 @@ short_desc="MarkDown Renderer for the terminal"
 maintainer="Joakim Holm <joakimholm@protonmail.com>"
 license="MIT"
 homepage="https://github.com/MichaelMure/mdr"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum="7b8e4aa229094fbc4cb616470ab30b5665aa42d479d33407f95b45a336d2d88f"
 
diff --git a/srcpkgs/micro/template b/srcpkgs/micro/template
index d5e012bd61343..bbb6d87a0b5b9 100644
--- a/srcpkgs/micro/template
+++ b/srcpkgs/micro/template
@@ -12,6 +12,8 @@ short_desc="Modern and intuitive terminal-based text editor"
 maintainer="0x5c <dev@0x5c.io>"
 license="MIT"
 homepage="https://micro-editor.github.io"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz"
 checksum=a96fff974ed6bd9a1dd58a33e54ff23b78783bbb3571b86d5c37d787b1e0e4be
 
diff --git a/srcpkgs/microhookd/template b/srcpkgs/microhookd/template
index 24fdae1fa9293..3b7e881235d3b 100644
--- a/srcpkgs/microhookd/template
+++ b/srcpkgs/microhookd/template
@@ -8,6 +8,8 @@ short_desc="Simplest possible webhook daemon"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/the-maldridge/microhookd"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/the-maldridge/microhookd/archive/v${version}.tar.gz"
 checksum=da8cce688db7b60a6d16375727aceac33c69a0a74841f655979080ea41f2d70b
 
diff --git a/srcpkgs/miller/template b/srcpkgs/miller/template
index bd6f1eaf517b7..fa9c5685e7851 100644
--- a/srcpkgs/miller/template
+++ b/srcpkgs/miller/template
@@ -9,6 +9,8 @@ short_desc="Tool like sed/awk/cut/join/sort for name-indexed data such as CSV"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-2-Clause"
 homepage="http://johnkerl.org/miller/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/johnkerl/miller/releases"
 distfiles="https://github.com/johnkerl/miller/releases/download/v${version}/miller-${version}.tar.gz"
 checksum=4b2f491f07d8f8c9ee63f0a8fd7fe20a11f0805a3354fd9f38cb8d65df765c1c
diff --git a/srcpkgs/miniflux/template b/srcpkgs/miniflux/template
index f9694f214c97d..74e4fbbec18d6 100644
--- a/srcpkgs/miniflux/template
+++ b/srcpkgs/miniflux/template
@@ -9,6 +9,8 @@ short_desc="Minimalist and opinionated feed reader written in Go"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="Apache-2.0"
 homepage="https://miniflux.app"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/miniflux/v2/main/ChangeLog"
 distfiles="https://github.com/miniflux/v2/archive/${version}.tar.gz"
 checksum=beef96a42e670344eae9096dc13ceb759a6b7eb085d77b96000731ae1569ca4f
diff --git a/srcpkgs/minify/template b/srcpkgs/minify/template
index 580b890b38180..949821e8c2b66 100644
--- a/srcpkgs/minify/template
+++ b/srcpkgs/minify/template
@@ -9,6 +9,8 @@ short_desc="Go minifiers for web formats"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/tdewolff/minify"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tdewolff/minify/archive/v${version}.tar.gz"
 checksum=ccb9411f767f522d75756b251896fcd504a99b9071d9e5c318c6a704c9bb9465
 
diff --git a/srcpkgs/minikube/template b/srcpkgs/minikube/template
index 27182669da759..5c9eaff91a1eb 100644
--- a/srcpkgs/minikube/template
+++ b/srcpkgs/minikube/template
@@ -15,6 +15,8 @@ short_desc="Tool to make it easy to run Kubernetes locally"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/kubernetes/minikube"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/kubernetes/minikube/master/CHANGELOG.md"
 distfiles="https://github.com/kubernetes/minikube/archive/v$version.tar.gz"
 checksum=8978a27cff9bf1450c0cd56e28306e8272150f599a017ba31c2bad57fd9248d2
diff --git a/srcpkgs/minio/template b/srcpkgs/minio/template
index 5e7faa271c8fc..2a0eb820d33bb 100644
--- a/srcpkgs/minio/template
+++ b/srcpkgs/minio/template
@@ -10,6 +10,8 @@ short_desc="Object storage server compatible with Amazon S3"
 maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/minio/minio"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/RELEASE.${_version}.tar.gz"
 checksum=c5c7828eaf15e89c2347afa200d01e22e74a2087f425ecfa656e1d06d5bc29b4
 system_accounts="_minio"
diff --git a/srcpkgs/misspell/template b/srcpkgs/misspell/template
index ec9f7124111d9..27da417ced182 100644
--- a/srcpkgs/misspell/template
+++ b/srcpkgs/misspell/template
@@ -9,6 +9,8 @@ short_desc="Correct commonly misspelled English words... quickly"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/client9/misspell"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=4bbb94da9bf4500fef21f83359c61c92429a13b47b064bd62fedb68c62b66001
 
diff --git a/srcpkgs/mmark/template b/srcpkgs/mmark/template
index 6e2061f8a6552..af980a7180fbe 100644
--- a/srcpkgs/mmark/template
+++ b/srcpkgs/mmark/template
@@ -8,6 +8,8 @@ short_desc="Powerful markdown processor geared towards the IETF"
 maintainer="Robert Lowry <bobertlo@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/mmarkdown/mmark/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/mmarkdown/mmark/archive/v${version}.tar.gz"
 checksum=6a45f6a39deb2982207890b8ca2951baa802e44f9158f71e1c35e0d8421877a5
 
diff --git a/srcpkgs/mmv-go/template b/srcpkgs/mmv-go/template
index ae20500d36258..088b7a2cda573 100644
--- a/srcpkgs/mmv-go/template
+++ b/srcpkgs/mmv-go/template
@@ -9,6 +9,8 @@ short_desc="Rename and move multiple files at once with your editor"
 maintainer="anelki <akierig@fastmail.de>"
 license="MIT"
 homepage="https://github.com/itchyny/mmv"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/itchyny/mmv/main/CHANGELOG.md"
 distfiles="https://github.com/itchyny/mmv/archive/refs/tags/v${version}.tar.gz"
 checksum=18d181e6a53437ad18c4409f3c423bc23687152a17b53a605dde13dfffb0d215
diff --git a/srcpkgs/moar/template b/srcpkgs/moar/template
index 12f7fddbb2e9b..ed7ea590a06bf 100644
--- a/srcpkgs/moar/template
+++ b/srcpkgs/moar/template
@@ -9,6 +9,8 @@ short_desc="Drop-in replacement for the less pager"
 maintainer="Diego Magdaleno <diegomagdaleno@pm.me>"
 license="BSD-2-Clause"
 homepage="https://github.com/walles/moar"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/walles/moar/releases"
 distfiles="https://github.com/walles/moar/archive/refs/tags/v${version}.tar.gz"
 checksum=eb1d63f9fc5ddcc493bf03622572499ecdcac9f9da81b5be2e9ab3740310de9b
diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index fc1d6e34e4efb..0033c37735259 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -15,6 +15,8 @@ short_desc="Container engine for the Docker ecosystem"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://www.docker.com"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/moby/moby/releases"
 distfiles="https://github.com/moby/moby/archive/v${version}.tar.gz>moby-$version.tar.gz
  https://github.com/moby/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz"
diff --git a/srcpkgs/mountain-backup/template b/srcpkgs/mountain-backup/template
index d87b0f68106c7..0334df3c3f135 100644
--- a/srcpkgs/mountain-backup/template
+++ b/srcpkgs/mountain-backup/template
@@ -8,6 +8,8 @@ short_desc="File backup tool"
 maintainer="Noah Huppert <contact@noahh.io>"
 license="MIT"
 homepage="https://github.com/Noah-Huppert/mountain-backup"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/Noah-Huppert/mountain-backup/archive/v${version}.tar.gz"
 checksum=c01d790c16029a083b2c87541506dfae73c1f78674ae7a3c9a0a8183f11f0725
 
diff --git a/srcpkgs/mpdviz/template b/srcpkgs/mpdviz/template
index ca96ae50e9a44..2449f755b7035 100644
--- a/srcpkgs/mpdviz/template
+++ b/srcpkgs/mpdviz/template
@@ -10,6 +10,8 @@ short_desc="Standalone console MPD visualizer"
 maintainer="Lolzen <funer@gmx.at>"
 license="MIT"
 homepage="http://github.com/lucy/mpdviz"
+nopie=unverified
+nostrip=nopie
 distfiles="http://github.com/lucy/mpdviz/archive/${version}.tar.gz"
 checksum=c34243ec3f3d91adbc36d608d5ba7082ff78870f2fd76a6650d5fb3218cc2ba3
 
diff --git a/srcpkgs/nebula/template b/srcpkgs/nebula/template
index dc61fa88ea3b6..30580e0a111a3 100644
--- a/srcpkgs/nebula/template
+++ b/srcpkgs/nebula/template
@@ -11,6 +11,8 @@ short_desc="Scalable overlay networking tool"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="MIT"
 homepage="https://github.com/slackhq/nebula"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/slackhq/nebula/archive/v${version}.tar.gz"
 checksum=e8d79231f6100a2cd240d6a092d0dcc2bfccadffa83cb40e99b7328f6c75c2ec
 
diff --git a/srcpkgs/nerdctl/template b/srcpkgs/nerdctl/template
index 63e01316ef82f..23345367ee818 100644
--- a/srcpkgs/nerdctl/template
+++ b/srcpkgs/nerdctl/template
@@ -10,5 +10,7 @@ short_desc="Docker-compatible CLI for containerd"
 maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/nerdctl"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/containerd/nerdctl/archive/refs/tags/v$version.tar.gz"
 checksum=fb7660f7e598e4c502d4f0c26cf985290fc7bdc80cce1f7402020afdf83ef988
diff --git a/srcpkgs/netdata-plugins-go/template b/srcpkgs/netdata-plugins-go/template
index 198669e4715ce..5b063ebd92816 100644
--- a/srcpkgs/netdata-plugins-go/template
+++ b/srcpkgs/netdata-plugins-go/template
@@ -10,6 +10,8 @@ short_desc="Netdata - Go Plugins"
 maintainer="sn0w <me@sn0w.cx>"
 license="GPL-3.0-or-later"
 homepage="https://www.netdata.cloud/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/netdata/go.d.plugin/archive/refs/tags/v${version}.tar.gz"
 checksum=7062325e73520c501cc8aac4b298dec2471109120b8bb92e442e9394b4365c3b
 
diff --git a/srcpkgs/netns/template b/srcpkgs/netns/template
index 71287f72ce3da..b317a0f21906c 100644
--- a/srcpkgs/netns/template
+++ b/srcpkgs/netns/template
@@ -8,6 +8,8 @@ short_desc="Runc hook for setting up default bridge networking for containers"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="MIT"
 homepage="https://github.com/genuinetools/netns"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/genuinetools/netns/archive/v${version}.tar.gz"
 checksum=3a55e96e71067989902b65a6de74f1ebbb63ea3f6fc85184523e8d289b0eb35d
 
diff --git a/srcpkgs/netris/template b/srcpkgs/netris/template
index fe37b6572d355..911983423ef3a 100644
--- a/srcpkgs/netris/template
+++ b/srcpkgs/netris/template
@@ -9,5 +9,7 @@ short_desc="Multiplayer Tetris clone"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/tslocum/netris"
+nopie=unverified
+nostrip=nopie
 distfiles="https://gitlab.com/tslocum/netris/-/archive/v${version}/netris-v${version}.tar.gz"
 checksum=3638d7bfce544fde9ab1dd15376586e12513187f7c3b51baf223846cce60a33e
diff --git a/srcpkgs/nextdns/template b/srcpkgs/nextdns/template
index 9c92c248fdbcd..4d177ef6c492c 100644
--- a/srcpkgs/nextdns/template
+++ b/srcpkgs/nextdns/template
@@ -9,6 +9,8 @@ short_desc="NextDNS CLI client (DoH Proxy)"
 maintainer="RunningDroid <runningdroid@zoho.com>"
 license="MIT"
 homepage="https://nextdns.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/nextdns/nextdns/archive/refs/tags/v${version}.tar.gz"
 checksum=5fec5ed5373d94dcaf8b17ddd78d05ccdfd0faa8b4695d9e926d8e71278ea08e
 
diff --git a/srcpkgs/nncp/template b/srcpkgs/nncp/template
index 57ab5a771f851..c68daa9636e1c 100644
--- a/srcpkgs/nncp/template
+++ b/srcpkgs/nncp/template
@@ -8,6 +8,8 @@ short_desc="Node to Node copy, utilities for secure store-and-forward"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-3.0-only"
 homepage="http://www.nncpgo.org/"
+nopie=unverified
+nostrip=nopie
 distfiles="http://www.nncpgo.org/download/${pkgname}-${version}.tar.xz"
 checksum=259facbc3354edcc16e7c64e278aaccdb47ffa3ec2afea0b36283f46aa824b5d
 
diff --git a/srcpkgs/node_exporter/template b/srcpkgs/node_exporter/template
index f94cffa557b45..fbae49ed796cf 100644
--- a/srcpkgs/node_exporter/template
+++ b/srcpkgs/node_exporter/template
@@ -12,6 +12,8 @@ short_desc="Exporter for machine metrics"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://prometheus.io/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/prometheus/node_exporter/master/CHANGELOG.md"
 distfiles="https://github.com/prometheus/node_exporter/archive/v${version}.tar.gz"
 checksum=66856b6b8953e094c46d7dd5aabd32801375cf4d13d9fe388e320cbaeaff573a
diff --git a/srcpkgs/nomad-driver-podman/template b/srcpkgs/nomad-driver-podman/template
index 2dd96d5be7a9c..43d24bbbd44c4 100644
--- a/srcpkgs/nomad-driver-podman/template
+++ b/srcpkgs/nomad-driver-podman/template
@@ -8,6 +8,8 @@ short_desc="Nomad task driver plugin for podman containers"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://github.com/hashicorp/nomad-driver-podman"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/hashicorp/nomad-driver-podman/archive/refs/tags/v$version.tar.gz"
 checksum=3465663dbe04f522886fca108e9cab3e1018c846d6a9f6946cb64537dd28dfbf
 
diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template
index 15bfee4d07f07..d48f010719bed 100644
--- a/srcpkgs/nomad/template
+++ b/srcpkgs/nomad/template
@@ -12,6 +12,8 @@ short_desc="Cluster scheduler designed to easily integrate into existing workflo
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BUSL-1.1"
 homepage="https://www.nomadproject.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz"
 checksum=8f6f0c2759654b10f64a185ee35c33f221fe662a6a2ba800f7339d955bbec8e5
 make_dirs="/etc/nomad.d 0755 root root
diff --git a/srcpkgs/ntfy/template b/srcpkgs/ntfy/template
index 414dbece5066b..36d586e574404 100644
--- a/srcpkgs/ntfy/template
+++ b/srcpkgs/ntfy/template
@@ -11,6 +11,8 @@ short_desc="Send push notifications to your phone or desktop using PUT/POST"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0,GPL-2.0-only"
 homepage="https://ntfy.sh"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/binwiederhier/ntfy/main/docs/releases.md"
 distfiles="https://github.com/binwiederhier/ntfy/archive/refs/tags/v${version}.tar.gz"
 checksum=0ac2cc5bc2c9beb304dd2f6cbb6b12868cccc036eaecc5b7aa1835f694d1c942
diff --git a/srcpkgs/nvidia-container-toolkit/template b/srcpkgs/nvidia-container-toolkit/template
index e3614fe6bbb37..7f19523f28146 100644
--- a/srcpkgs/nvidia-container-toolkit/template
+++ b/srcpkgs/nvidia-container-toolkit/template
@@ -13,6 +13,8 @@ short_desc="Build and run containers leveraging NVIDIA GPUs"
 maintainer="Quentin Freimanis <quentinfreimanis@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/NVIDIA/nvidia-container-toolkit/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/NVIDIA/nvidia-container-toolkit/archive/v${version}.tar.gz"
 checksum=016e20b3a1a59409da131817d84b9fc56eab72d3f69a9797bbf960f73c9e5262
 
diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template
index 58b75f32f9434..b4cc09056eaf0 100644
--- a/srcpkgs/nwg-look/template
+++ b/srcpkgs/nwg-look/template
@@ -11,6 +11,8 @@ short_desc="GTK3 settings editor adapted to work in the wlroots environment"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/nwg-piotr/nwg-look"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${version}.tar.gz"
 checksum=a66ca6b0bb6f77fea83581af73bacc70870ebf69adbe867bf466234910cce933
 
diff --git a/srcpkgs/obfs4proxy/template b/srcpkgs/obfs4proxy/template
index 8e83a7c1bed77..24ddf76495871 100644
--- a/srcpkgs/obfs4proxy/template
+++ b/srcpkgs/obfs4proxy/template
@@ -10,6 +10,8 @@ short_desc="Pluggable transport proxy for Tor, implementing obfs4"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://gitlab.com/yawning/obfs4"
+nopie=unverified
+nostrip=nopie
 distfiles="https://gitlab.com/yawning/obfs4/-/archive/obfs4proxy-${version}/${_pkgname}-${version}.tar.gz"
 checksum=ddd9291cb7c41326f076f622118816f09148e1aac79ec440d46436e802918e84
 
diff --git a/srcpkgs/oh/template b/srcpkgs/oh/template
index b14c9321f41d8..86e08c9784beb 100644
--- a/srcpkgs/oh/template
+++ b/srcpkgs/oh/template
@@ -8,6 +8,8 @@ short_desc="Surprisingly powerful Unix shell"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="MIT"
 homepage="https://github.com/michaelmacinnis/oh"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/michaelmacinnis/oh/archive/v${version}.tar.gz"
 checksum=4b5ae57faf6e897700c1a010c1d67e8275c2c7a4daa1f9812111dcbf554336e2
 
diff --git a/srcpkgs/opensmtpd-filter-rspamd/template b/srcpkgs/opensmtpd-filter-rspamd/template
index 16d5fe58650d5..e3afc2b15a372 100644
--- a/srcpkgs/opensmtpd-filter-rspamd/template
+++ b/srcpkgs/opensmtpd-filter-rspamd/template
@@ -8,6 +8,8 @@ short_desc="Filter incoming mail based on sender reputation"
 maintainer="Lucas L. Treffenstädt <lucas@treffenstaedt.de>"
 license="ISC"
 homepage="https://github.com/poolpOrg/filter-rspamd"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/poolpOrg/filter-rspamd/archive/v${version}.tar.gz"
 checksum=734733c3b672b660bcfe8f0008b09c84469f051f7381230d332265981af6f287
 
diff --git a/srcpkgs/opensmtpd-filter-senderscore/template b/srcpkgs/opensmtpd-filter-senderscore/template
index 30507544c6769..d4a11171e487c 100644
--- a/srcpkgs/opensmtpd-filter-senderscore/template
+++ b/srcpkgs/opensmtpd-filter-senderscore/template
@@ -8,6 +8,8 @@ short_desc="Filter incoming mail based on sender reputation"
 maintainer="Lucas L. Treffenstädt <lucas@treffenstaedt.de>"
 license="ISC"
 homepage="https://github.com/poolpOrg/filter-senderscore"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/poolpOrg/filter-senderscore/releases/download/${version}/filter-senderscore-${version}.tar.gz"
 checksum=a1e1b3106ea69218400e35c9c11e84702961b98a478b99fb329a52c954ec4b86
 
diff --git a/srcpkgs/operator-sdk/template b/srcpkgs/operator-sdk/template
index dd0866c7dde15..d97c2277534fa 100644
--- a/srcpkgs/operator-sdk/template
+++ b/srcpkgs/operator-sdk/template
@@ -10,5 +10,7 @@ short_desc="SDK for building Kubernetes applications"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/operator-framework/operator-sdk"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/operator-framework/operator-sdk/archive/v${version}.tar.gz"
 checksum=33680b9236ea7da51cb7b165dc624b512f04e3e9a2bf592101bfc3b312e340f8
diff --git a/srcpkgs/oragono/template b/srcpkgs/oragono/template
index 075b44c0f98ae..ade41844ed92f 100644
--- a/srcpkgs/oragono/template
+++ b/srcpkgs/oragono/template
@@ -9,6 +9,8 @@ short_desc="Modern IRC server (daemon/ircd) written in Go"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://oragono.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/oragono/oragono/archive/v${version}.tar.gz"
 checksum=60473898e439c8b12a4326267620efd60b3f944b2613cc9d466a3603e4e73bb5
 conf_files="/etc/oragono.conf"
diff --git a/srcpkgs/oras/template b/srcpkgs/oras/template
index 3cdcdb7be024e..dc946983dffa1 100644
--- a/srcpkgs/oras/template
+++ b/srcpkgs/oras/template
@@ -9,5 +9,7 @@ short_desc="Work with OCI registries, but for secure supply chain"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://oras.land"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/oras-project/oras/archive/refs/tags/v$version.tar.gz"
 checksum=87059bbf96781980ba9826603ee10e2bb3cfafbe7b9410ba1c65fe336b9d4ee0
diff --git a/srcpkgs/osv-scanner/template b/srcpkgs/osv-scanner/template
index 59707d661538d..5354ac309731b 100644
--- a/srcpkgs/osv-scanner/template
+++ b/srcpkgs/osv-scanner/template
@@ -10,6 +10,8 @@ short_desc="Vulnerability scanner which uses the data provided by https://osv.de
 maintainer="icp <pangolin@vivaldi.net>"
 license="Apache-2.0"
 homepage="https://google.github.io/osv-scanner/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/google/osv-scanner/main/CHANGELOG.md"
 distfiles="https://github.com/google/osv-scanner/archive/refs/tags/v${version}.tar.gz"
 checksum=e73d5389825321685e9d349fbbb4b2d35f10eebe35b0a0e9005a6264a6d96389
diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template
index 5ba70a422dc4a..bbbe98ecfedef 100644
--- a/srcpkgs/packer/template
+++ b/srcpkgs/packer/template
@@ -8,6 +8,8 @@ short_desc="Create identical multiplatform machine images from a single source"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MPL-2.0"
 homepage="http://www.packer.io"
+nopie=unverified
+nostrip=nopie
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
 checksum=c07db8375190668571077784f4a650514d6ef879ae45cb4c3c1717ad8308c47e
 replaces="packer-bin>=0"
diff --git a/srcpkgs/packr2/template b/srcpkgs/packr2/template
index 1afa0f4113160..b937b9978a57c 100644
--- a/srcpkgs/packr2/template
+++ b/srcpkgs/packr2/template
@@ -10,6 +10,8 @@ short_desc="Static files embedder for Go binaries"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/gobuffalo/packr"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/gobuffalo/${_pkgname}/archive/v${version}.tar.gz"
 checksum=648f8690e0349039300d3603708bd383f3568193ebaeb0760a87da8760dc7fa7
 _go_mod_path="./v2/go.mod"
diff --git a/srcpkgs/pam_netauth/template b/srcpkgs/pam_netauth/template
index e960cc454912c..040b698178fc4 100644
--- a/srcpkgs/pam_netauth/template
+++ b/srcpkgs/pam_netauth/template
@@ -9,6 +9,8 @@ short_desc="PAM plugin for NetAuth"
 maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/NetAuth/pam_netauth/archive/v$version.tar.gz"
 checksum=50e206ee9b542831e1f62e40817e6238d218c5dc95f6e854a9f4267c1e7a3341
 
diff --git a/srcpkgs/passphrase2pgp/template b/srcpkgs/passphrase2pgp/template
index a72f95ee311ae..08b93b908c634 100644
--- a/srcpkgs/passphrase2pgp/template
+++ b/srcpkgs/passphrase2pgp/template
@@ -8,5 +8,7 @@ short_desc="Generate a PGP key from a passphrase"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="Unlicense"
 homepage="https://github.com/skeeto/passphrase2pgp"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/skeeto/passphrase2pgp/archive/v${version}.tar.gz"
 checksum=92525ba6833001bc9bc5799fd034ee18f77ca0bd1e32ee6e1125c57c3178a5fd
diff --git a/srcpkgs/pdfcpu/template b/srcpkgs/pdfcpu/template
index 5dff11f98af70..852d82a3137be 100644
--- a/srcpkgs/pdfcpu/template
+++ b/srcpkgs/pdfcpu/template
@@ -9,6 +9,8 @@ short_desc="PDF processor"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="Apache-2.0"
 homepage="http://pdfcpu.io/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/pdfcpu/pdfcpu/releases"
 distfiles="https://github.com/pdfcpu/pdfcpu/archive/v${version}.tar.gz"
 checksum=d67529db954b4b8fd708ac984cf79a53baf57ab2d50ef9ee0f9188f7e4a83127
diff --git a/srcpkgs/peco/template b/srcpkgs/peco/template
index c3aa52df0a215..47cc5e798a788 100644
--- a/srcpkgs/peco/template
+++ b/srcpkgs/peco/template
@@ -9,6 +9,8 @@ short_desc="Simplistic interactive filtering tool"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/peco/peco"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/peco/peco/archive/v${version}.tar.gz"
 checksum=8e32c8af533e03795f27feb4ee134960611d2fc0266528b1c512a6f1f065b164
 
diff --git a/srcpkgs/pgmetrics/template b/srcpkgs/pgmetrics/template
index 38a107da98648..d995a68b503aa 100644
--- a/srcpkgs/pgmetrics/template
+++ b/srcpkgs/pgmetrics/template
@@ -9,6 +9,8 @@ short_desc="Collect and display statistics from running Postgresql"
 maintainer="Gerardo Di iorio <arete74@gmail.com>"
 license="Apache-2.0"
 homepage="https://pgmetrics.io"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/rapidloop/pgmetrics/archive/refs/tags/v${version}.tar.gz"
 checksum=2975c4c5fbc8ebffeeb4afa0fd783bef60b3034c8d882d7e6d630ed5af803018
 
diff --git a/srcpkgs/pgweb/template b/srcpkgs/pgweb/template
index 8c4f87b407e34..24ac6c5a8e33b 100644
--- a/srcpkgs/pgweb/template
+++ b/srcpkgs/pgweb/template
@@ -8,6 +8,8 @@ short_desc="Cross-platform client for Postgresql databases"
 maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://sosedoff.github.io/pgweb"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/sosedoff/pgweb/raw/master/CHANGELOG.md"
 distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
 checksum=e6636ff079c8b01ac2add78c7a05f86d61550a5213155065c892015e6217be01
diff --git a/srcpkgs/pkgtop/template b/srcpkgs/pkgtop/template
index 72a5895b225e2..7f2a46e34b859 100644
--- a/srcpkgs/pkgtop/template
+++ b/srcpkgs/pkgtop/template
@@ -10,6 +10,8 @@ short_desc="Interactive package manager and resource monitor"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/orhun/pkgtop"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/orhun/pkgtop/archive/${version}.tar.gz"
 checksum=8730516d14524e696f11b56ae3158f9a1853d620b27c5f960b9b6a4f6aedb2df
 
diff --git a/srcpkgs/podman-tui/template b/srcpkgs/podman-tui/template
index 331e11b75a27f..59871b00eb17a 100644
--- a/srcpkgs/podman-tui/template
+++ b/srcpkgs/podman-tui/template
@@ -10,6 +10,8 @@ short_desc="Podman Terminal User Interface"
 maintainer="Uli Baum <xeji@cat3.de>"
 license="Apache-2.0"
 homepage="https://github.com/containers/podman-tui"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/containers/podman-tui/archive/v${version}.tar.gz"
 checksum=c3d2cf9fbac9e319c725a79385eccb079ab8395fc35f0107a6de12b3be01128d
 
diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index 04b2b9c38bad4..550dc7a221462 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -14,6 +14,8 @@ short_desc="Simple management tool for containers and images"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://podman.io/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
 distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
 checksum=ee2c8b02b7fe301057f0382637b995a9c6c74e8d530692d6918e4c509ade6e39
diff --git a/srcpkgs/pong-command/template b/srcpkgs/pong-command/template
index c96f0b2ce073e..4030718481b9b 100644
--- a/srcpkgs/pong-command/template
+++ b/srcpkgs/pong-command/template
@@ -10,6 +10,8 @@ short_desc="POng is Not pinG. pong is CLI game"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/kurehajime/pong-command"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/kurehajime/pong-command/archive/${version}.tar.gz"
 checksum=940771c53d083616c52ed75b13f3568e224c4f4e04ca813cebc87d2da7dfebe8
 
diff --git a/srcpkgs/prometheus/template b/srcpkgs/prometheus/template
index ca5a48fcee0c4..8dc412141eede 100644
--- a/srcpkgs/prometheus/template
+++ b/srcpkgs/prometheus/template
@@ -16,6 +16,8 @@ short_desc="Monitoring system and time series database"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0, MIT"
 homepage="https://prometheus.io/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/prometheus/prometheus/master/CHANGELOG.md"
 distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz"
 checksum=0cd8860e5f10d0ecb35d20d23252ddc459e8319882dc163bf71b723e3bcafd71
diff --git a/srcpkgs/pst/template b/srcpkgs/pst/template
index 5f72b3d13632d..23c12eee6a177 100644
--- a/srcpkgs/pst/template
+++ b/srcpkgs/pst/template
@@ -8,6 +8,8 @@ short_desc="TUI process monitor"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/skanehira/pst"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/skanehira/pst/archive/${version}.tar.gz"
 checksum=99075d67a3302fd61d19f7859c5ad368d068a426731b1ff2222a224c60d8f308
 
diff --git a/srcpkgs/pup/template b/srcpkgs/pup/template
index 21de5695c265a..a99550bd6cd21 100644
--- a/srcpkgs/pup/template
+++ b/srcpkgs/pup/template
@@ -8,6 +8,8 @@ short_desc="Command line tool for processing HTML"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/ericchiang/pup"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/ericchiang/pup/archive/v${version}.tar.gz"
 checksum=0d546ab78588e07e1601007772d83795495aa329b19bd1c3cde589ddb1c538b0
 
diff --git a/srcpkgs/pwget/template b/srcpkgs/pwget/template
index 91214c9156a63..b517692b23f53 100644
--- a/srcpkgs/pwget/template
+++ b/srcpkgs/pwget/template
@@ -8,6 +8,8 @@ short_desc="Single-binary stateless password manager"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/majewsky/pwget"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/majewsky/pwget/raw/master/CHANGELOG.md"
 distfiles="https://github.com/majewsky/pwget/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
 checksum=0b8d2ac33e3711a1adebdaefacfe740b096741537cad9be7c09b76b9a1c6df4d
diff --git a/srcpkgs/qrcp/template b/srcpkgs/qrcp/template
index a63eed7cdcb89..e561853cdc922 100644
--- a/srcpkgs/qrcp/template
+++ b/srcpkgs/qrcp/template
@@ -10,6 +10,8 @@ short_desc="Transfer files over wifi to mobile devices by scanning a QR code"
 maintainer="meator <meator.dev@gmail.com>"
 license="MIT"
 homepage="https://claudiodangelis.com/qrcp/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/claudiodangelis/qrcp/archive/refs/tags/${version}.tar.gz"
 checksum=70f9930cb371fa9a0a98df12442486a7802ede1a797d26fbc3363605b6574db4
 
diff --git a/srcpkgs/rancher-compose/template b/srcpkgs/rancher-compose/template
index 476ce36f98311..0a9de0f7a2a9b 100644
--- a/srcpkgs/rancher-compose/template
+++ b/srcpkgs/rancher-compose/template
@@ -8,5 +8,7 @@ short_desc="Docker compose compatible client to deploy to Rancher"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://github.com/rancher/rancher-compose"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/rancher/rancher-compose/archive/v$version.tar.gz"
 checksum=cdff53b2c3401b990ad33e229c7ef429504419e49e18a814101e2fa3c84859ea
diff --git a/srcpkgs/rclone/template b/srcpkgs/rclone/template
index 9732ee9dc4c4a..60332cb561794 100644
--- a/srcpkgs/rclone/template
+++ b/srcpkgs/rclone/template
@@ -11,6 +11,8 @@ short_desc="Rsync for cloud storage"
 maintainer="Roberto Ricci <io@r-ricci.it>"
 license="MIT"
 homepage="https://rclone.org/"
+nopie=unverified
+nostrip=nopie
 changelog="https://rclone.org/changelog/"
 distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
 checksum=fb08b2b7c991ade4019a561f9bb75683b8d0daa45226efbc9937639775977203
diff --git a/srcpkgs/rest-server/template b/srcpkgs/rest-server/template
index 64eb7a303570e..fa34ef84c360e 100644
--- a/srcpkgs/rest-server/template
+++ b/srcpkgs/rest-server/template
@@ -9,6 +9,8 @@ short_desc="HTTP server that implements restic's REST backend API"
 maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/restic/rest-server"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/restic/rest-server/master/CHANGELOG.md"
 distfiles="https://github.com/restic/rest-server/archive/v${version}.tar.gz"
 checksum=cfbeb4a66cac6fc36b1cb11256f06c6e4fcc7a28c2ef590550adf1c199b9aa4b
diff --git a/srcpkgs/restic/template b/srcpkgs/restic/template
index ec5cc2fc9fbe0..6d7ef65e53fc0 100644
--- a/srcpkgs/restic/template
+++ b/srcpkgs/restic/template
@@ -10,6 +10,8 @@ short_desc="Backup solution written in Go"
 maintainer="Florian Eich <flrn@nrmncr.net>"
 license="BSD-2-Clause"
 homepage="https://restic.net/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/restic/restic/master/CHANGELOG.md"
 distfiles="https://github.com/restic/restic/releases/download/v${version}/restic-${version}.tar.gz"
 checksum=b91f5ef6203a5c50a72943c21aaef336e1344f19a3afd35406c00f065db8a8b9
diff --git a/srcpkgs/revive/template b/srcpkgs/revive/template
index a99796d2fb5d7..37f9dd7b5ee3f 100644
--- a/srcpkgs/revive/template
+++ b/srcpkgs/revive/template
@@ -9,6 +9,8 @@ short_desc="Drop-in replacement for golint"
 maintainer="Roberto Ricci <io@r-ricci.it>"
 license="MIT"
 homepage="https://revive.run/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/mgechev/revive/releases"
 distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz"
 checksum=78a5a5a416d9d6fb2111e978da59b6347516453d60d84ba7914bb1f839b00fe2
diff --git a/srcpkgs/rmapi/template b/srcpkgs/rmapi/template
index 42ef94247e26c..a7f5283bfa0be 100644
--- a/srcpkgs/rmapi/template
+++ b/srcpkgs/rmapi/template
@@ -8,5 +8,7 @@ short_desc="CLI for accessing reMarkable table files through the cloud api"
 maintainer="Patrick Pichler <mail@patrickpichler.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/juruen/rmapi"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/juruen/rmapi/archive/v${version}.tar.gz"
 checksum=f8ae984941e6e4755ee8b156f9876fa7f1cde084bca02bd83ced6afcc886bc33
diff --git a/srcpkgs/rocker/template b/srcpkgs/rocker/template
index e029af88e3db1..5937e200edf40 100644
--- a/srcpkgs/rocker/template
+++ b/srcpkgs/rocker/template
@@ -9,5 +9,7 @@ short_desc="Docker based build environment"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://github.com/grammarly/rocker"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/grammarly/rocker/archive/$version.tar.gz"
 checksum=663971f022e5fdfcb6477f655991c82135b21deb1b2fee90e104dbf9bba4a667
diff --git a/srcpkgs/rootlesskit/template b/srcpkgs/rootlesskit/template
index 5d1e1be4bc9f5..98858d46400da 100644
--- a/srcpkgs/rootlesskit/template
+++ b/srcpkgs/rootlesskit/template
@@ -10,5 +10,7 @@ short_desc="Linux-native \"fake root\" for implementing rootless containers"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="Apache-2.0"
 homepage="https://github.com/rootless-containers/rootlesskit"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/rootless-containers/rootlesskit/archive/v${version}.tar.gz"
 checksum=e27e4249f12cca44fc6e15a27f214f30fcb5f15646c813a90b6788bd9f0cfd4b
diff --git a/srcpkgs/runc/template b/srcpkgs/runc/template
index a97efd0cd6084..3cda0d0a697c4 100644
--- a/srcpkgs/runc/template
+++ b/srcpkgs/runc/template
@@ -12,6 +12,8 @@ short_desc="CLI tool for spawning and running OCI containers"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/opencontainers/runc"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/opencontainers/runc/raw/main/CHANGELOG.md"
 distfiles="https://github.com/opencontainers/runc/releases/download/v${version}/runc.tar.xz"
 checksum=7695febe134e17559b26224821a2a123bc9e9a637ad4a8c47e99ae0a1ec71dc2
diff --git a/srcpkgs/ryzen-stabilizator/template b/srcpkgs/ryzen-stabilizator/template
index d176e368070c2..669afa10629e6 100644
--- a/srcpkgs/ryzen-stabilizator/template
+++ b/srcpkgs/ryzen-stabilizator/template
@@ -11,5 +11,7 @@ short_desc="Simple Go program to control an AMD Ryzen processor"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/qrwteyrutiyoup/ryzen-stabilizator"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/qrwteyrutiyoup/ryzen-stabilizator/archive/${_commit}.tar.gz"
 checksum=08799f67ac9c65a16e96723cf68881f1d3fc1c8da691f473e4a0c5a273948744
diff --git a/srcpkgs/s/template b/srcpkgs/s/template
index 09c91579945bc..a7474605c6b8e 100644
--- a/srcpkgs/s/template
+++ b/srcpkgs/s/template
@@ -9,6 +9,8 @@ short_desc="Web search from the terminal"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/zquestz/s"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
 checksum=7097264e7da0e7ac209e5be5e50f07f17593e2753607325870131af3000ccaf2
 
diff --git a/srcpkgs/saml2aws/template b/srcpkgs/saml2aws/template
index 87eed2598054d..24966debf7178 100644
--- a/srcpkgs/saml2aws/template
+++ b/srcpkgs/saml2aws/template
@@ -11,6 +11,8 @@ short_desc="Get AWS temporary credentials from SAML provider"
 maintainer="Mate GABRI <iam@theguy.io>"
 license="MIT"
 homepage="https://github.com/Versent/saml2aws"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/Versent/saml2aws/archive/v${version}.tar.gz"
 checksum=a2ccc55d2ee9e572b46f6b508dc6f474550ae103d20961994c6cf58cdcba5006
 
diff --git a/srcpkgs/sampler/template b/srcpkgs/sampler/template
index 8981e043684cb..81ea717895f63 100644
--- a/srcpkgs/sampler/template
+++ b/srcpkgs/sampler/template
@@ -9,6 +9,8 @@ short_desc="Tool for shell commands execution, visualization and alerting"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://sampler.dev/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/sqshq/sampler/archive/v${version}.tar.gz"
 checksum=8b60bc5c0f94ddd4291abc2b89c1792da424fa590733932871f7b5e07e7587f9
 
diff --git a/srcpkgs/scaleway-cli/template b/srcpkgs/scaleway-cli/template
index 2a598ce99a608..9e44fa0188732 100644
--- a/srcpkgs/scaleway-cli/template
+++ b/srcpkgs/scaleway-cli/template
@@ -10,6 +10,8 @@ short_desc="Interact with the Scaleway API from the command line"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/scaleway/scaleway-cli"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/scaleway/scaleway-cli/archive/v${version}.tar.gz"
 checksum=5b728c364aac9d7b9785d5f6c9f06972d126d9125f719bfa73aa705411256b6e
 
diff --git a/srcpkgs/scc/template b/srcpkgs/scc/template
index ffdaa25a1d688..8926f3c29d166 100644
--- a/srcpkgs/scc/template
+++ b/srcpkgs/scc/template
@@ -8,6 +8,8 @@ short_desc="Fast cloc replacement written in pure Go"
 maintainer="Sami Pitkänen <bilebucket@airmail.cc>"
 license="MIT"
 homepage="https://github.com/boyter/scc"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/boyter/scc/archive/v${version}.tar.gz"
 checksum=bffea99c7f178bc48bfba3c64397d53a20a751dfc78221d347aabdce3422fd20
 conflicts="sc-controller" # /usr/bin/scc
diff --git a/srcpkgs/seaweedfs/template b/srcpkgs/seaweedfs/template
index a9580e76ad299..3dbab9ca8f66a 100644
--- a/srcpkgs/seaweedfs/template
+++ b/srcpkgs/seaweedfs/template
@@ -9,6 +9,8 @@ short_desc="Simple and highly scalable distributed file system"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/seaweedfs/seaweedfs"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/seaweedfs/seaweedfs/archive/${version}.tar.gz"
 checksum=9c44b65cdc7ba0e2a544c31aeed0acde0c0080439971212242588cad94cd600f
 
diff --git a/srcpkgs/senpai/template b/srcpkgs/senpai/template
index a0c4a8aa2ee6d..dd030be6e9317 100644
--- a/srcpkgs/senpai/template
+++ b/srcpkgs/senpai/template
@@ -10,6 +10,8 @@ short_desc="IRC client that works best with bouncers"
 maintainer="Emil Miler <em@0x45.cz>"
 license="ISC"
 homepage="https://git.sr.ht/~taiite/senpai"
+nopie=unverified
+nostrip=nopie
 distfiles="https://git.sr.ht/~taiite/senpai/archive/v${version}.tar.gz"
 checksum=9786fd83f3e1067549c3c88455a1f66ec66d993fe597cee334d217a5d1cf4803
 
diff --git a/srcpkgs/sftpgo/template b/srcpkgs/sftpgo/template
index a0fc852083577..794a12821214b 100644
--- a/srcpkgs/sftpgo/template
+++ b/srcpkgs/sftpgo/template
@@ -8,6 +8,8 @@ short_desc="Fully featured and highly configurable SFTP server"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="AGPL-3.0-only"
 homepage="https://github.com/drakkan/sftpgo"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/drakkan/sftpgo/archive/refs/tags/v$version.tar.gz"
 checksum=bf3df1429e3528cf8be83197fd735d2dd495cad41039c6d3a8d83ab47ef11590
 make_dirs="/var/lib/sftpgo 0750 root root"
diff --git a/srcpkgs/shadowfox-updater/template b/srcpkgs/shadowfox-updater/template
index ea702afa34159..021606d49433b 100644
--- a/srcpkgs/shadowfox-updater/template
+++ b/srcpkgs/shadowfox-updater/template
@@ -9,6 +9,8 @@ short_desc="Auto-updater for ShadowFox"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/SrKomodo/shadowfox-updater"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/SrKomodo/shadowfox-updater/archive/v${version}.tar.gz"
 checksum=2674bf5cabf3d478c15804164936d3baa06f6a7f96313a69176439c0a60e3bbd
 
diff --git a/srcpkgs/sharenix/template b/srcpkgs/sharenix/template
index 30386fb4fc2dd..58da8bef24dcb 100644
--- a/srcpkgs/sharenix/template
+++ b/srcpkgs/sharenix/template
@@ -10,6 +10,8 @@ short_desc="ShareX clone for linux and FreeBSD"
 maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Francesco149/sharenix"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/Francesco149/sharenix/archive/${version}.tar.gz"
 checksum=c3fa847766d8914e858991ee82e8872d34ca13bc0c6557598205295b92c64998
 
diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template
index ed9df841ac34b..f64182005ac01 100644
--- a/srcpkgs/shfmt/template
+++ b/srcpkgs/shfmt/template
@@ -11,6 +11,8 @@ short_desc="Shell parser and formatter"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/mvdan/sh"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md"
 distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
 checksum=89eafc8790df93305dfa42233e262fb25e1c96726a3db420a7555abadf3111ed
diff --git a/srcpkgs/shiori/template b/srcpkgs/shiori/template
index ab025a125aa40..b694c3c72dc19 100644
--- a/srcpkgs/shiori/template
+++ b/srcpkgs/shiori/template
@@ -8,6 +8,8 @@ short_desc="Simple bookmark manager built with Go"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/go-shiori/shiori"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/go-shiori/shiori/archive/refs/tags/v${version}.tar.gz"
 checksum=979f9b30f7115ffb3374d882b05c45fda2ef52d48507ea4cccad332842189dda
 
diff --git a/srcpkgs/sift/template b/srcpkgs/sift/template
index 7b0e3ec450a1e..d4152685c50ee 100644
--- a/srcpkgs/sift/template
+++ b/srcpkgs/sift/template
@@ -9,5 +9,7 @@ short_desc="Fast and powerful alternative to grep"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3.0-only"
 homepage="https://github.com/svent/sift"
+nopie=unverified
+nostrip=nopie
 distfiles="$homepage/archive/v$version.tar.gz"
 checksum=bbbd5c472c36b78896cd7ae673749d3943621a6d5523d47973ed2fc6800ae4c8
diff --git a/srcpkgs/skaffold/template b/srcpkgs/skaffold/template
index da9a6e0c441fb..28d1e1baefb7f 100644
--- a/srcpkgs/skaffold/template
+++ b/srcpkgs/skaffold/template
@@ -10,6 +10,8 @@ short_desc="Easy and repeatable Kubernetes development"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://skaffold.dev/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/GoogleContainerTools/skaffold/releases"
 distfiles="https://github.com/GoogleContainerTools/skaffold/archive/v${version}.tar.gz"
 checksum=02ac3d6a70388c6664c7d2f797d53a1847e4ce075ba5e3b09c75969fec9dd2f5
diff --git a/srcpkgs/skate/template b/srcpkgs/skate/template
index a2d72fd14b2a6..b8f96dcc7d702 100644
--- a/srcpkgs/skate/template
+++ b/srcpkgs/skate/template
@@ -10,6 +10,8 @@ short_desc="Personal key value store"
 maintainer="zenobit <zen@osowoso.xyz>"
 license="MIT"
 homepage="https://github.com/charmbracelet/skate"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/charmbracelet/skate/releases"
 distfiles="https://github.com/charmbracelet/skate/archive/refs/tags/v${version}.tar.gz"
 checksum=e982348a89a54c0f9fafe855ec705c91b12eb3bb9aceb70b37abf7504106b04e
diff --git a/srcpkgs/skopeo/template b/srcpkgs/skopeo/template
index e387662607274..5b884d894f6b9 100644
--- a/srcpkgs/skopeo/template
+++ b/srcpkgs/skopeo/template
@@ -14,6 +14,8 @@ short_desc="Utility for operations on container images and image repositories"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://github.com/containers/skopeo"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/containers/${pkgname}/archive/v${version}.tar.gz"
 checksum=c3d15ec25c028980b795a0ccdcd48296287b8467fe24a7bc319f5fc87378fe8c
 make_dirs="/var/lib/atomic/sigstore 0755 root root"
diff --git a/srcpkgs/slack-term/template b/srcpkgs/slack-term/template
index e289f3aa7c056..134d15c2dc47e 100644
--- a/srcpkgs/slack-term/template
+++ b/srcpkgs/slack-term/template
@@ -8,6 +8,8 @@ short_desc="Slack client for your terminal"
 maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://github.com/jpbruinsslot/slack-term"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/jpbruinsslot/slack-term/archive/refs/tags/v${version}.tar.gz"
 checksum=089cf10a3959c99b73da1d5ad974f2cd076a56851ef9ffd97a77350a81e527f0
 
diff --git a/srcpkgs/slit/template b/srcpkgs/slit/template
index c5b820b6c4264..fc334ba6c05cf 100644
--- a/srcpkgs/slit/template
+++ b/srcpkgs/slit/template
@@ -9,6 +9,8 @@ short_desc="Modern PAGER for viewing logs"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/tigrawap/slit"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tigrawap/slit/archive/${version}.tar.gz"
 checksum=052b8d91d7158336adb4d04e5cf127be41d1c408aa896bfa6cc7fa1a0a16d014
 
diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template
index fd3769d03eb05..b9cff19882e91 100644
--- a/srcpkgs/soju/template
+++ b/srcpkgs/soju/template
@@ -12,6 +12,8 @@ short_desc="User-friendly IRC bouncer"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="AGPL-3.0-or-later"
 homepage="https://soju.im"
+nopie=unverified
+nostrip=nopie
 changelog="https://git.sr.ht/~emersion/soju/refs"
 distfiles="https://git.sr.ht/~emersion/soju/refs/download/v${version}/soju-${version}.tar.gz"
 checksum=b8a8f5af08670497d233137086e273a26c388f5e313c9e9e613ef6caaa3e928a
diff --git a/srcpkgs/sops/template b/srcpkgs/sops/template
index b8d1248605b98..055d4df49329c 100644
--- a/srcpkgs/sops/template
+++ b/srcpkgs/sops/template
@@ -9,5 +9,7 @@ short_desc="Simple and flexible tool for managing secrets"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/sops"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=0e563f0c01c011ba52dd38602ac3ab0d4378f01edfa83063a00102587410ac38
diff --git a/srcpkgs/spreed-webrtc/template b/srcpkgs/spreed-webrtc/template
index 170d1e1e430a2..efcfbd8fb3ae3 100644
--- a/srcpkgs/spreed-webrtc/template
+++ b/srcpkgs/spreed-webrtc/template
@@ -12,6 +12,8 @@ short_desc="WebRTC audio/video call and conferencing server and web client"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/strukturag/spreed-webrtc"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/strukturag/spreed-webrtc/archive/v${version}.tar.gz"
 checksum=d05b820fe3883840eadf8b96bda663397991849d9bda4750fc7c4e642c9c3268
 
diff --git a/srcpkgs/sq/template b/srcpkgs/sq/template
index 5fc08c728f3bf..45b8d0a22a02d 100644
--- a/srcpkgs/sq/template
+++ b/srcpkgs/sq/template
@@ -11,6 +11,8 @@ short_desc="CLI tool that provides jq-style access to structured data sources"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://sq.io"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/neilotoole/sq/master/CHANGELOG.md"
 distfiles="https://github.com/neilotoole/sq/archive/refs/tags/v${version}.tar.gz
  https://github.com/neilotoole/sq/releases/download/v${version}/sq-${version}-amd64-amd64.tar.gz"
diff --git a/srcpkgs/ssl_exporter/template b/srcpkgs/ssl_exporter/template
index eaef62b372097..4d439218e97b7 100644
--- a/srcpkgs/ssl_exporter/template
+++ b/srcpkgs/ssl_exporter/template
@@ -8,6 +8,8 @@ short_desc="Exports Prometheus metrics for SSL certificates"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/ribbybibby/ssl_exporter"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/ribbybibby/ssl_exporter/archive/v$version.tar.gz"
 checksum=9c848d473adf0226a8714892e06553a5a2468b44d1444f1b95f1b6d9e15be3ad
 
diff --git a/srcpkgs/stc/template b/srcpkgs/stc/template
index f4ddd53f00f03..7f0ccc71e965a 100644
--- a/srcpkgs/stc/template
+++ b/srcpkgs/stc/template
@@ -8,5 +8,7 @@ short_desc="Syncthing CLI Tool"
 maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/tenox7/stc"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tenox7/stc/archive/refs/tags/${version}.tar.gz"
 checksum=5bae51e0fa34311c1ec9e2798badc6fb8b6333485d295beb8631936faeaeb1dc
diff --git a/srcpkgs/step-certificates/template b/srcpkgs/step-certificates/template
index 380fac8cd350a..9589fc431acc6 100644
--- a/srcpkgs/step-certificates/template
+++ b/srcpkgs/step-certificates/template
@@ -16,6 +16,8 @@ short_desc="Private CA and ACME server"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://smallstep.com/certificates/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/smallstep/certificates/master/CHANGELOG.md"
 distfiles="https://github.com/smallstep/certificates/archive/refs/tags/v$version.tar.gz"
 checksum=3d22555f7fbd4ec71934a39ceb9bdfd0ec9bd0429c1b790278f598b6771bf8e2
diff --git a/srcpkgs/step-cli/template b/srcpkgs/step-cli/template
index 14b8b0f282508..209eb355e49de 100644
--- a/srcpkgs/step-cli/template
+++ b/srcpkgs/step-cli/template
@@ -9,6 +9,8 @@ short_desc="Zero trust swiss army knife"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://smallstep.com/cli"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/smallstep/cli/master/CHANGELOG.md"
 distfiles="https://github.com/smallstep/cli/archive/refs/tags/v$version.tar.gz"
 checksum=4cf45acc5b22026f7418825ae5d4dbbc8f1879224e1250c9cc23b382a17775d5
diff --git a/srcpkgs/stern/template b/srcpkgs/stern/template
index b1380516e7cd3..3f81ff6a09149 100644
--- a/srcpkgs/stern/template
+++ b/srcpkgs/stern/template
@@ -8,6 +8,8 @@ short_desc="Multi pod and container log tailing for Kubernetes"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://github.com/stern/stern"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/stern/stern/archive/v${version}.tar.gz"
 checksum=3726e3c6a0e8c2828bce7b67f9ee94ddbedcfbeeecf9e6ab42e23873e3f54161
 
diff --git a/srcpkgs/subfinder/template b/srcpkgs/subfinder/template
index 1f8d175cbf584..1b8358234b796 100644
--- a/srcpkgs/subfinder/template
+++ b/srcpkgs/subfinder/template
@@ -10,6 +10,8 @@ short_desc="Passive subdomain discovery tool"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/projectdiscovery/subfinder"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/projectdiscovery/subfinder/archive/refs/tags/v${version}.tar.gz"
 checksum=bd587a7545504949b18e7bf781fe4165e62785881a32969e42f911e85f95cf14
 
diff --git a/srcpkgs/subjack/template b/srcpkgs/subjack/template
index 8f8faa7bf9749..5319add9312b2 100644
--- a/srcpkgs/subjack/template
+++ b/srcpkgs/subjack/template
@@ -9,6 +9,8 @@ short_desc="Subdomain takeover tool"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/haccer/subjack"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/${version}.tar.gz"
 checksum=0047348b947cb46709bd089ee672cc8f2d7ac3805a93043306c484bfcc9c6e65
 
diff --git a/srcpkgs/superd/template b/srcpkgs/superd/template
index 8fe52f1e3e275..b2b020fcf6a0d 100644
--- a/srcpkgs/superd/template
+++ b/srcpkgs/superd/template
@@ -12,6 +12,8 @@ short_desc="Lightweight user service supervising daemon"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://sr.ht/~craftyguy/superd/"
+nopie=unverified
+nostrip=nopie
 changelog="https://git.sr.ht/~craftyguy/superd/blob/master/CHANGELOG.md"
 distfiles="https://git.sr.ht/~craftyguy/superd/archive/${version}.tar.gz"
 checksum=59de58f43bd237c12d0e73425df954eb14dd4e87e11d990e8191aa6921ee08d3
diff --git a/srcpkgs/svctl/template b/srcpkgs/svctl/template
index 968ae1f7f4a24..1cb53dfb2b211 100644
--- a/srcpkgs/svctl/template
+++ b/srcpkgs/svctl/template
@@ -10,6 +10,8 @@ short_desc="Interactive controller for runit"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/KenjiTakahashi/svctl"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/KenjiTakahashi/svctl/archive/${version}.tar.gz"
 checksum=f8011c402de91f57bb2c4c621afa573c3edef35d78bc4ce70786ea10171c8f72
 
diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template
index 2e8882957b76e..34f1541cdf18b 100644
--- a/srcpkgs/syft/template
+++ b/srcpkgs/syft/template
@@ -10,6 +10,8 @@ short_desc="SBOM generator CLI for container images, filesystems and more"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/anchore/syft"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
 checksum=e56d1a46958719c8cf622c7a3571cea14a24ecffead91694e7a5f9dad1ee1be7
 
diff --git a/srcpkgs/tag/template b/srcpkgs/tag/template
index e3af79dde1bd7..77bdc4f784446 100644
--- a/srcpkgs/tag/template
+++ b/srcpkgs/tag/template
@@ -9,6 +9,8 @@ short_desc="Instantly jump to your ag matches"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/aykamko/tag"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/aykamko/tag/archive/v${version}.tar.gz"
 checksum=d3a02466e600634cf0ffff9ad8c5f70eba97e44758edf35cc4efbda9cbfdff9a
 
diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index 198e0d906ae24..100fc0adacbde 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -13,6 +13,8 @@ short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="BSD-3-Clause"
 homepage="https://tailscale.com"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
 checksum=a7e024577854c07b793c4bbd81a497250e6a1b4536e303351a388810f13b7316
 
diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
index 9880e02530d6c..e2fa25906b796 100644
--- a/srcpkgs/tea/template
+++ b/srcpkgs/tea/template
@@ -10,6 +10,8 @@ short_desc="Command line tool to interact with Gitea"
 maintainer="chili-b <dexter.gaonshatford@gmail.com>"
 license="MIT"
 homepage="https://gitea.com/gitea/tea"
+nopie=unverified
+nostrip=nopie
 changelog="https://gitea.com/gitea/tea/raw/branch/master/CHANGELOG.md"
 distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
 checksum=b5a944de8db7d5af4aa87e9640261c925f094d2b6d26c4faf2701773acab219b
diff --git a/srcpkgs/telegraf/template b/srcpkgs/telegraf/template
index 2f5f215423f6a..2106f242a323f 100644
--- a/srcpkgs/telegraf/template
+++ b/srcpkgs/telegraf/template
@@ -10,6 +10,8 @@ short_desc="Plugin-driven server agent for collecting & reporting metrics"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://www.influxdata.com/time-series-platform/telegraf/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/influxdata/${pkgname}/archive/v${version}.tar.gz"
 checksum=48418c1b2b3ddb6e507609d4d146c8e2226d65da2cc5cacf43d74ae8e450aeb3
 system_accounts="_telegraf"
diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 3ee25f5278935..f97dcf196e04e 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -10,6 +10,8 @@ short_desc="Terminal UI for tshark, inspired by Wireshark"
 maintainer="Piraty <mail@piraty.dev>"
 license="MIT"
 homepage="https://github.com/gcla/termshark"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
 checksum=949c71866fcd2f9ed71a754ea9e3d1bdc23dee85969dcdc78180f1d18ca8b087
 
diff --git a/srcpkgs/terraform-docs/template b/srcpkgs/terraform-docs/template
index 028aa131b60ae..2dd07af3e43cf 100644
--- a/srcpkgs/terraform-docs/template
+++ b/srcpkgs/terraform-docs/template
@@ -8,6 +8,8 @@ short_desc="Utility to generate documentation from Terraform modules"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="MIT"
 homepage="https://terraform-docs.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://$go_import_path/archive/v$version.tar.gz"
 checksum=e370fd106ca74caebc8632834cc28412a3a6a160952392da71f213515bba2085
 
diff --git a/srcpkgs/terraform-ls/template b/srcpkgs/terraform-ls/template
index a4158b1b1477e..54bad382d905e 100644
--- a/srcpkgs/terraform-ls/template
+++ b/srcpkgs/terraform-ls/template
@@ -8,6 +8,8 @@ short_desc="Terraform Language Server"
 maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="MPL-2.0"
 homepage="https://github.com/hashicorp/terraform-ls"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/hashicorp/terraform-ls/archive/v${version}.tar.gz"
 checksum=85f33382834b2698387c07b476dcc1e64c2928c00df5e830938b6b8873b08fb9
 
diff --git a/srcpkgs/terraform/template b/srcpkgs/terraform/template
index 4b8be34795dc1..52dae5bfe8d93 100644
--- a/srcpkgs/terraform/template
+++ b/srcpkgs/terraform/template
@@ -8,5 +8,7 @@ short_desc="Tool for building, changing, and combining infrastructure"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MPL-2.0"
 homepage="https://www.terraform.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://$go_import_path/archive/v$version.tar.gz"
 checksum=9dd2cfb2e3739b7eea3176425d0af05af8f76121beec215f5eaf5e3f94cb2372
diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index ebcc5a8e775b9..cec7f9e04a6c0 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -9,6 +9,8 @@ short_desc="Thin wrapper for Terraform that provides extra tools"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/gruntwork-io/terragrunt"
+nopie=unverified
+nostrip=nopie
 distfiles="$homepage/archive/v$version.tar.gz"
 checksum=4fb787fdd7f1572f65ca584c8f6f6d79f0cf2a28377f1e081e891fed0ac010a8
 
diff --git a/srcpkgs/tflint/template b/srcpkgs/tflint/template
index 6dfaaa63db22c..3801248c88208 100644
--- a/srcpkgs/tflint/template
+++ b/srcpkgs/tflint/template
@@ -8,6 +8,8 @@ short_desc="Terraform linter focused on possible errors, best practices, etc"
 maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="MPL-2.0"
 homepage="https://github.com/terraform-linters/tflint"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/terraform-linters/tflint/archive/v${version}.tar.gz"
 checksum=2e9cefebb18e4fb15faa217dd2005feda2fdcabb7948d1298773b8458bb04abe
 
diff --git a/srcpkgs/tinycron/template b/srcpkgs/tinycron/template
index 5c70efe42db9e..c0f4433e15e01 100644
--- a/srcpkgs/tinycron/template
+++ b/srcpkgs/tinycron/template
@@ -9,6 +9,8 @@ short_desc="Very small replacement for cron"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bcicen/tinycron"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/bcicen/tinycron/archive/v${version}.tar.gz"
 checksum=694c5dcf0435d10ed825dd3e80aefedd1f82953513ce1fe8c46c002d2eca07c2
 
diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template
index ef68b4f488e93..8ec6aa009bbad 100644
--- a/srcpkgs/tldr/template
+++ b/srcpkgs/tldr/template
@@ -11,6 +11,8 @@ short_desc="Fast and interactive TLDR client written in Go"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://isacikgoz.me/tldr/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/isacikgoz/tldr/archive/v${_version}.tar.gz"
 checksum=d40e1c602d84acc67cdee3b9bed001fb8ec198c7049c1d05eb071ab05af66c19
 alternatives="tldr:tldr:/usr/bin/gtldr"
diff --git a/srcpkgs/tml/template b/srcpkgs/tml/template
index 3e4b88ec64714..28546c0f13454 100644
--- a/srcpkgs/tml/template
+++ b/srcpkgs/tml/template
@@ -10,6 +10,8 @@ short_desc="Tiny markup language for terminal output"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="Unlicense"
 homepage="https://github.com/liamg/tml"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/liamg/tml/archive/v${version}.tar.gz"
 checksum=f9ee764c08481deca00a292ecec19c0987b68254cfc1a0f7f8b63528bfafee67
 
diff --git a/srcpkgs/todoist/template b/srcpkgs/todoist/template
index 15a2fba8864d6..ddb6f556b6c8b 100644
--- a/srcpkgs/todoist/template
+++ b/srcpkgs/todoist/template
@@ -8,6 +8,8 @@ short_desc="Todoist CLI Client"
 maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://github.com/sachaos/todoist"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/sachaos/todoist/archive/refs/tags/v${version}.tar.gz"
 checksum=cd496259a37f1b9868eddcc3d3f83b63b82eb94b7ab4830ad3f490fed51a5918
 
diff --git a/srcpkgs/transifex-cli/template b/srcpkgs/transifex-cli/template
index 99054ae9f51d3..d47cd303b01e0 100644
--- a/srcpkgs/transifex-cli/template
+++ b/srcpkgs/transifex-cli/template
@@ -9,6 +9,8 @@ short_desc="Transifex command-line client"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/transifex/cli"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/transifex/cli/releases"
 distfiles="https://github.com/transifex/cli/archive/refs/tags/v${version}.tar.gz"
 checksum=f73997b885a0d50f5201e1ead9b15c371fc8139bb94bdc4ba510b4e9530b196b
diff --git a/srcpkgs/twitch-cli/template b/srcpkgs/twitch-cli/template
index b17b9adf3609e..e25f83f0d7aa2 100644
--- a/srcpkgs/twitch-cli/template
+++ b/srcpkgs/twitch-cli/template
@@ -9,5 +9,7 @@ short_desc="Official Twitch CLI to make developing on Twitch easier"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://dev.twitch.tv/docs/cli"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/twitchdev/twitch-cli/archive/refs/tags/v$version.tar.gz"
 checksum=2a12e5b8f3e29eb84345db7f2ee96cfc6df09dc6a78947032231dbdb0bcf71af
diff --git a/srcpkgs/typioca/template b/srcpkgs/typioca/template
index 2935739df3d96..ffd3c4deab20e 100644
--- a/srcpkgs/typioca/template
+++ b/srcpkgs/typioca/template
@@ -8,6 +8,8 @@ short_desc="Minimal, terminal based typing speed tester"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/bloznelis/typioca"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/bloznelis/typioca/archive/refs/tags/${version}.tar.gz"
 checksum=b774e7eb6c0f366376d03c2c22e5f24066aea2ba2657025e159a880d151c8d97
 
diff --git a/srcpkgs/umoci/template b/srcpkgs/umoci/template
index fa8d28d127468..9bd78734497cf 100644
--- a/srcpkgs/umoci/template
+++ b/srcpkgs/umoci/template
@@ -10,6 +10,8 @@ short_desc="Umoci Modifies Open Container Images"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://umo.ci"
+nopie=unverified
+nostrip=nopie
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
 checksum=c01b36de6fdc513eb65add57bc882d72f94fc3b4b65a8f9ef59826fb754af93e
 
diff --git a/srcpkgs/unflac/template b/srcpkgs/unflac/template
index 8e23fad034c15..77bb5d0437836 100644
--- a/srcpkgs/unflac/template
+++ b/srcpkgs/unflac/template
@@ -9,6 +9,8 @@ short_desc="Command line tool for audio image + cue sheet splitting"
 maintainer="Jason Elswick <jason@jasondavid.tv>"
 license="MIT"
 homepage="https://git.sr.ht/~ft/unflac"
+nopie=unverified
+nostrip=nopie
 distfiles="https://git.sr.ht/~ft/${pkgname}/archive/${version}.tar.gz"
 checksum=a79aa3625bae55286f382909a899f6304d71e7ce206e0234c40d944c74932caf
 
diff --git a/srcpkgs/uni/template b/srcpkgs/uni/template
index 4f9a156a5bda4..84b84fb3523c3 100644
--- a/srcpkgs/uni/template
+++ b/srcpkgs/uni/template
@@ -9,6 +9,8 @@ short_desc="Query the Unicode database from the CLI, with good support for emoji
 maintainer="Martin Tournoij <martin@arp242.net>"
 license="MIT"
 homepage="https://github.com/arp242/uni"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/arp242/uni/archive/refs/tags/v${version}.tar.gz"
 checksum=806fbba66efaa45cd5691efcd8457ba8fe88d3b2f6fd0b027f1e6ef62253d6fb
 
diff --git a/srcpkgs/up/template b/srcpkgs/up/template
index 46d85b3d3176f..2e605aea2a096 100644
--- a/srcpkgs/up/template
+++ b/srcpkgs/up/template
@@ -8,5 +8,7 @@ short_desc="Ultimate Plumber - write Linux pipes interactively"
 maintainer="Piraty <mail@piraty.dev>"
 license="Apache-2.0"
 homepage="https://github.com/akavel/up/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/akavel/up/archive/v${version}.tar.gz"
 checksum=3ea2161ce77e68d7e34873cc80324f372a3b3f63bed9f1ad1aefd7969dd0c1d1
diff --git a/srcpkgs/up_rewrite/template b/srcpkgs/up_rewrite/template
index c0272382750c5..3f16d8c0ba6e2 100644
--- a/srcpkgs/up_rewrite/template
+++ b/srcpkgs/up_rewrite/template
@@ -9,6 +9,8 @@ short_desc="Rewrite Proxy for UnifiedPush written in Go"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://unifiedpush.org"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/UnifiedPush/common-proxies/archive/v${version}.tar.gz"
 checksum=c4565b764bbdd7f680e8516e9d38f9942918f9697c140b1693f72cf784875fd5
 conf_files="/etc/up_rewrite/config.toml"
diff --git a/srcpkgs/upterm/template b/srcpkgs/upterm/template
index e7068a38d9acd..12857ff2e3406 100644
--- a/srcpkgs/upterm/template
+++ b/srcpkgs/upterm/template
@@ -9,6 +9,8 @@ short_desc="Secure Terminal Sharing"
 maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
 license="Apache-2.0"
 homepage="https://github.com/owenthereal/upterm/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/owenthereal/upterm/archive/refs/tags/v$version.tar.gz"
 checksum=05409ae3a124d611221f64e87016d67cfd2d3a125fcfec95abb9a123acd9d1a2
 
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index d4198e105f15b..798d220e24025 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -9,6 +9,8 @@ short_desc="Universal command-line interface for SQL databases"
 maintainer="Alan Brown <adbrown@rocketmail.com>"
 license="MIT"
 homepage="https://github.com/xo/usql"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
 checksum=569c761415897a80c687f8bb1aabf7a6221f2a5af6396e2afeae334ab3976f8e
 
diff --git a/srcpkgs/v2ray/template b/srcpkgs/v2ray/template
index 214ebac9ab13f..a81258ead97cb 100644
--- a/srcpkgs/v2ray/template
+++ b/srcpkgs/v2ray/template
@@ -12,6 +12,8 @@ short_desc="Platform for building proxies to bypass network restrictions"
 maintainer="ipkalm <ipkalm@outlook.com>"
 license="MIT"
 homepage="https://github.com/v2fly/v2ray-core"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/v2fly/v2ray-core/archive/v${version}/${pkgname}-${version}.tar.gz"
 checksum=8e97e2647cb1dee8aa7e71df276c56d74258b2d97bb490a362afa84bdf1b9e25
 conf_files="/etc/v2ray/config.json"
diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template
index 8334ecd6d35a7..84891ca75760f 100644
--- a/srcpkgs/vale/template
+++ b/srcpkgs/vale/template
@@ -10,6 +10,8 @@ short_desc="Natural language linter"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://vale.sh"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/errata-ai/vale/releases"
 distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz"
 checksum=6ac15dd6defed7618d61f1bbbc79d20358f919ade8f60037ea5da775e4b554d2
diff --git a/srcpkgs/vault-acme/template b/srcpkgs/vault-acme/template
index 199a3e9ea14aa..b51e40f238dd3 100644
--- a/srcpkgs/vault-acme/template
+++ b/srcpkgs/vault-acme/template
@@ -10,6 +10,8 @@ short_desc="ACME backend for Hashicorp Vault"
 maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
 license="MPL-2.0"
 homepage="https://github.com/remilapeyre/vault-acme"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/remilapeyre/vault-acme/archive/refs/tags/v$version.tar.gz"
 checksum=e1c8a3ef30ece81670f3e2a084fe3298433f7ad10fbb3aa531331a4a943a3e06
 
diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template
index 8a96297a708c1..65a355eb8ccfb 100644
--- a/srcpkgs/vault/template
+++ b/srcpkgs/vault/template
@@ -12,6 +12,8 @@ short_desc="Manage Secrets and Protect Sensitive Data"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BUSL-1.1"
 homepage="https://www.vaultproject.io/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/hashicorp/vault/archive/v${version}.tar.gz"
 checksum=833e82773b4281a080e89cf429c512cc43c2bc77dd61a6a49b3ed43c6b43917f
 system_accounts="_vault"
diff --git a/srcpkgs/vegeta/template b/srcpkgs/vegeta/template
index 8a42e3dfa98c3..ce4a7b12c369c 100644
--- a/srcpkgs/vegeta/template
+++ b/srcpkgs/vegeta/template
@@ -9,6 +9,8 @@ short_desc="HTTP load testing tool"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/tsenart/vegeta"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/tsenart/vegeta/archive/refs/tags/v${version}.tar.gz"
 checksum=418249d07f04da0a587df45abe34705166de9e54a836e27e387c719ebab3e357
 
diff --git a/srcpkgs/vhs/template b/srcpkgs/vhs/template
index 8ed8894538100..ccd0298b9965f 100644
--- a/srcpkgs/vhs/template
+++ b/srcpkgs/vhs/template
@@ -11,6 +11,8 @@ short_desc="Your CLI home video recorder"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT"
 homepage="https://github.com/charmbracelet/vhs"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/charmbracelet/vhs/releases"
 distfiles="https://github.com/charmbracelet/vhs/archive/refs/tags/v${version}.tar.gz"
 checksum=bf41f264730f18b5146c2269d82b5b69757470799a2cce6099e420b5f3ec7fa3
diff --git a/srcpkgs/vmdfmt/template b/srcpkgs/vmdfmt/template
index 07b8aa706bf05..6a7a60bb2ce42 100644
--- a/srcpkgs/vmdfmt/template
+++ b/srcpkgs/vmdfmt/template
@@ -9,6 +9,8 @@ short_desc="Markdown autoformatter similar to gofmt"
 maintainer="Robert Lowry <bobertlo@gmail.com>"
 license="ISC"
 homepage="https://github.com/bobertlo/vmd"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/bobertlo/vmd/archive/v${version}.tar.gz"
 checksum=b60cafbe6d6a1e2cfca16f12b28ac27bbc8a2b1ec3a2a4a77a048ba1cddf9b9c
 
diff --git a/srcpkgs/vndr/template b/srcpkgs/vndr/template
index 3c496bad79823..12c6637082cd7 100644
--- a/srcpkgs/vndr/template
+++ b/srcpkgs/vndr/template
@@ -8,5 +8,7 @@ short_desc="Stupid vendoring tool"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/LK4D4/vndr"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/LK4D4/vndr/archive/v${version}.tar.gz"
 checksum=dec53ba179dd2b854efb0d321a8e45b53cd2c7f06018d5ef65f55dfa9f28e840
diff --git a/srcpkgs/vultr-cli/template b/srcpkgs/vultr-cli/template
index 108268988596a..d0aa2e13787bc 100644
--- a/srcpkgs/vultr-cli/template
+++ b/srcpkgs/vultr-cli/template
@@ -8,6 +8,8 @@ short_desc="Official command line tool for Vultr services"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="Apache-2.0"
 homepage="https://github.com/vultr/vultr-cli"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/vultr/vultr-cli/master/CHANGELOG.md"
 distfiles="https://github.com/vultr/vultr-cli/archive/refs/tags/v${version}.tar.gz"
 checksum=74e551c3d238fb4be754e10d17e778f68c8e3c46842b1e5a00fc6fea4a71639b
diff --git a/srcpkgs/vultr/template b/srcpkgs/vultr/template
index 6629c23541610..ca136c1f2d48f 100644
--- a/srcpkgs/vultr/template
+++ b/srcpkgs/vultr/template
@@ -8,6 +8,8 @@ short_desc="Vultr CLI and API client"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="MIT"
 homepage="https://jamesclonk.github.io/vultr/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/JamesClonk/vultr/archive/v${version}.tar.gz"
 checksum=6529d521a7fa006808cd07331f31256e91773ec7e1a0c7839cd14884034fb185
 
diff --git a/srcpkgs/wally-cli/template b/srcpkgs/wally-cli/template
index 4665ecb92ff84..f8079a9007602 100644
--- a/srcpkgs/wally-cli/template
+++ b/srcpkgs/wally-cli/template
@@ -11,6 +11,8 @@ short_desc="Flashing firmware for ZSA keyboards"
 maintainer="Wayne Van Son <waynevanson@gmail.com>"
 license="MIT"
 homepage="https://www.zsa.io/wally/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/zsa/wally-cli/archive/${version}-linux.tar.gz"
 checksum=071b1bd10e9160c441e833be3bea211ccf835c4f1792b0c6c7fc86f7aa0695d1
 
diff --git a/srcpkgs/wander/template b/srcpkgs/wander/template
index e5e8718c5658b..3589ee3c3d190 100644
--- a/srcpkgs/wander/template
+++ b/srcpkgs/wander/template
@@ -9,6 +9,8 @@ short_desc="Terminal application for HashiCorp Nomad"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/robinovitch61/wander"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/robinovitch61/wander/archive/refs/tags/v${version}.tar.gz"
 checksum=84d543cdec93d2b6e23af85a27c9ccdde2c692d50ee738d902f24888c7456bf1
 
diff --git a/srcpkgs/webcat/template b/srcpkgs/webcat/template
index 628aaeaa2aee0..151901acb7298 100644
--- a/srcpkgs/webcat/template
+++ b/srcpkgs/webcat/template
@@ -9,5 +9,7 @@ short_desc="WebSocket Netcat"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3.0-only"
 homepage="https://github.com/thypon/webcat"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/thypon/webcat/archive/v${version}.tar.gz"
 checksum=5b3be1cb8deb08f144d674a0bf23f97a692ebb601666d3a38df6e80b2e68d0b7
diff --git a/srcpkgs/webhook/template b/srcpkgs/webhook/template
index 6eac98512b885..c5e34dba7a2dd 100644
--- a/srcpkgs/webhook/template
+++ b/srcpkgs/webhook/template
@@ -8,6 +8,8 @@ short_desc="Lightweight incoming webhook server to run shell commands"
 maintainer="Abigail G <void@placeviolette.net>"
 license="MIT"
 homepage="https://github.com/adnanh/webhook"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/adnanh/webhook/archive/${version}.tar.gz"
 checksum=a1e3eb2231e5631ebb374b76a79c3bac9cbdc7010974395e2d5e4e2e62ffd187
 conf_files="/etc/webhook/hooks.json /etc/sv/webhook/conf"
diff --git a/srcpkgs/websocketd/template b/srcpkgs/websocketd/template
index 4d56b463fdc87..eb483dd6b4b3b 100644
--- a/srcpkgs/websocketd/template
+++ b/srcpkgs/websocketd/template
@@ -8,6 +8,8 @@ short_desc="Turn any program that uses STDIN/STDOUT into a WebSocket server"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="BSD-2-Clause"
 homepage="https://github.com/joewalnes/websocketd"
+nopie=unverified
+nostrip=nopie
 distfiles="$homepage/archive/v$version.tar.gz"
 checksum=6b8fe0fad586d794e002340ee597059b2cfc734ba7579933263aef4743138fe5
 
diff --git a/srcpkgs/wego/template b/srcpkgs/wego/template
index a9e5dd491bd51..32917f453e1f7 100644
--- a/srcpkgs/wego/template
+++ b/srcpkgs/wego/template
@@ -8,6 +8,8 @@ short_desc="Weather client for the terminal"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="ISC"
 homepage="https://github.com/schachmat/wego"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/schachmat/wego/releases"
 distfiles="https://github.com/schachmat/wego/archive/refs/tags/${version}.tar.gz"
 checksum=e7a6d40cb44f4408aedceebbed5854b3b992936cc762df6b76f5a9dca7909321
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
index 7fe5815626d1c..4ea5b2dc7b104 100644
--- a/srcpkgs/wireproxy/template
+++ b/srcpkgs/wireproxy/template
@@ -11,6 +11,8 @@ short_desc="Wireguard client that exposes itself as a socks5 proxy"
 maintainer="Wind Wong <octeep@pm.me>"
 license="ISC"
 homepage="https://github.com/octeep/wireproxy"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/octeep/wireproxy/archive/v${version}.tar.gz"
 checksum=3779a157713b462a7b5322f1437f768ab69ae446df0ceca76c6dff7c4030e425
 make_dirs="
diff --git a/srcpkgs/woke/template b/srcpkgs/woke/template
index b408ff0cf5d5f..c809365b671ba 100644
--- a/srcpkgs/woke/template
+++ b/srcpkgs/woke/template
@@ -8,6 +8,8 @@ short_desc="Detect non-inclusive language in your source code"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://getwoke.tech/"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/get-woke/woke/releases"
 distfiles="https://github.com/get-woke/woke/archive/refs/tags/v${version}.tar.gz"
 checksum=d17c7e4e846a409af14e65a001d2ddb1657fd82f562704e0c10ced4dadcfd31c
diff --git a/srcpkgs/wtfutil/template b/srcpkgs/wtfutil/template
index 7edb8c4f4774d..44ba928a5e608 100644
--- a/srcpkgs/wtfutil/template
+++ b/srcpkgs/wtfutil/template
@@ -8,6 +8,8 @@ short_desc="Personal information dashboard for the terminal"
 maintainer="Bnyro <bnyro@tutanota.com>"
 license="MPL-2.0"
 homepage="http://wtfutil.com"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/wtfutil/wtf/master/CHANGELOG.md"
 distfiles="https://github.com/wtfutil/wtf/archive/refs/tags/v${version}.tar.gz"
 checksum=bb48e38e479b26e0b956b163e4804e99cd49545214090c2fdf99e54382b3d651
diff --git a/srcpkgs/wuzz/template b/srcpkgs/wuzz/template
index 89a949171925c..71dc106c78834 100644
--- a/srcpkgs/wuzz/template
+++ b/srcpkgs/wuzz/template
@@ -8,6 +8,8 @@ short_desc="Interactive cli tool for HTTP inspection"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/asciimoo/wuzz"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/asciimoo/wuzz/archive/v${version}.tar.gz"
 checksum=721ea7343698e9f3c69e09eab86b9b1fef828057655f7cebc1de728c2f75151e
 
diff --git a/srcpkgs/xmandump/template b/srcpkgs/xmandump/template
index 5f2e6a99c7a2e..dc8dda01c97c7 100644
--- a/srcpkgs/xmandump/template
+++ b/srcpkgs/xmandump/template
@@ -9,6 +9,8 @@ short_desc="Dump all manpages in an XBPS package for use with man.cgi"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="ISC"
 homepage="https://github.com/void-linux/xmandump"
+nopie=unverified
+nostrip=nopie
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=2e97e61b835c584ed27426f7fdd9208674104fcd815e3af9d6e2e8425aeb56cf
 
diff --git a/srcpkgs/xq-api/template b/srcpkgs/xq-api/template
index b159653ea4bb0..e1fb3515a7422 100644
--- a/srcpkgs/xq-api/template
+++ b/srcpkgs/xq-api/template
@@ -10,6 +10,8 @@ short_desc="HTTP-based xbps repodata query API"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="BSD-2-Clause"
 homepage="https://github.com/nilium/xq-api"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/nilium/xq-api/archive/v${version}.tar.gz"
 checksum=087940a16830eaf821abfcb8c6e0daad47078b4859b9acf236464bfca809ed43
 system_accounts="_xqapi"
diff --git a/srcpkgs/xurls/template b/srcpkgs/xurls/template
index eed302fcf4130..980b570391620 100644
--- a/srcpkgs/xurls/template
+++ b/srcpkgs/xurls/template
@@ -9,6 +9,8 @@ short_desc="Extract urls from text"
 maintainer="icp <pangolin@vivaldi.net>"
 license="BSD-3-Clause"
 homepage="https://github.com/mvdan/xurls"
+nopie=unverified
+nostrip=nopie
 changelog="https://github.com/mvdan/xurls/releases"
 distfiles="https://github.com/mvdan/xurls/archive/refs/tags/v${version}.tar.gz"
 checksum=552779a765de29e51ff01fe6c85a7d0389faae1b80d354332e7c69db232ee4ad
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index ffe828d3e9cc4..d76ee0bf24c66 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -8,6 +8,8 @@ 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"
 homepage="https://yggdrasil-network.github.io/"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/yggdrasil-network/yggdrasil-go/develop/CHANGELOG.md"
 distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
 checksum=47429f75b87d9b2450108471991e84c90d748606642e8778e9f578485b05a56f
diff --git a/srcpkgs/yj/template b/srcpkgs/yj/template
index 90f93bb9e9bd7..efc645de53228 100644
--- a/srcpkgs/yj/template
+++ b/srcpkgs/yj/template
@@ -8,5 +8,7 @@ short_desc="Convert YAML <=> TOML <=> JSON <=> HCL"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"
 homepage="https://github.com/sclevine/yj"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/sclevine/yj/archive/v${version}.tar.gz"
 checksum=9a3e9895181d1cbd436a1b02ccf47579afacd181c73f341e697a8fe74f74f99d
diff --git a/srcpkgs/ymuse/template b/srcpkgs/ymuse/template
index 09051b1ebfced..017f1f6ee7ae9 100644
--- a/srcpkgs/ymuse/template
+++ b/srcpkgs/ymuse/template
@@ -10,6 +10,8 @@ short_desc="GTK client for Music Player Daemon, written in Go"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Apache-2.0"
 homepage="https://yktoo.com/en/software/ymuse/"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/yktoo/ymuse/archive/v${version}.tar.gz"
 checksum=82c0850bbe7e2d9ce227284e167e091c497fffc9f5b80f84132305a4f360ec32
 
diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template
index a69e0e5e96c0a..81a3538c86506 100644
--- a/srcpkgs/yq-go/template
+++ b/srcpkgs/yq-go/template
@@ -8,6 +8,8 @@ short_desc="Lightweight and portable command-line YAML processor written in go"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/mikefarah/yq"
+nopie=unverified
+nostrip=nopie
 changelog="https://raw.githubusercontent.com/mikefarah/yq/master/release_notes.txt"
 distfiles="https://github.com/mikefarah/yq/archive/refs/tags/v${version}.tar.gz"
 checksum=b3e079169529ec6b42925d0802c22d86f1ef6e1458dce67eae5a1d6db56cb8c3
diff --git a/srcpkgs/zrepl/template b/srcpkgs/zrepl/template
index afdd85ca74241..bff66c5b6c650 100644
--- a/srcpkgs/zrepl/template
+++ b/srcpkgs/zrepl/template
@@ -10,6 +10,8 @@ short_desc="One-stop ZFS backup & replication solution"
 maintainer="Frans Bergman <frans@tankernn.eu>"
 license="MIT"
 homepage="https://github.com/zrepl/zrepl"
+nopie=unverified
+nostrip=nopie
 distfiles="https://github.com/zrepl/zrepl/archive/v${version}.tar.gz"
 checksum=0bf1dcf634a43af81cd9a0d7b9ae65f63a5938c35d3e6cd804177c8db52929f4
 

From 4d753702fab6cb7188a7a5d746a9b5f135d8e3c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 12 Sep 2020 07:07:13 +0700
Subject: [PATCH 2/2] build-style: go: allow -buildmode=pie

---
 common/build-style/go.sh             | 8 ++++++--
 common/environment/build-style/go.sh | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/common/build-style/go.sh b/common/build-style/go.sh
index 50524b07f768c..a54f3813183cc 100644
--- a/common/build-style/go.sh
+++ b/common/build-style/go.sh
@@ -29,7 +29,11 @@ do_build() {
 		fi
 	done
 
+	local buildmode
 	go_package=${go_package:-$go_import_path}
+	if [ -z "$nopie" ]; then
+		buildmode=-buildmode=pie
+	fi
 	# Build using Go modules if there's a go.mod file
 	if [ "${go_mod_mode}" != "off" ] && [ -f go.mod ]; then
 
@@ -50,13 +54,13 @@ do_build() {
 			# default behavior.
 			go_mod_mode=
 		fi
-		go install -p "$XBPS_MAKEJOBS" -mod="${go_mod_mode}" -modcacherw -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
+		go install -p "$XBPS_MAKEJOBS" -mod="${go_mod_mode}" $buildmode -modcacherw -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
 		if [[ -n "${_go_mod_path}" ]]; then
 			popd
 		fi
 	else
 		# Otherwise, build using GOPATH
-		go get -p "$XBPS_MAKEJOBS" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
+		go get -p "$XBPS_MAKEJOBS" $buildmode -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}
 	fi
 }
 
diff --git a/common/environment/build-style/go.sh b/common/environment/build-style/go.sh
index 223bba83ff11b..a07e83521b646 100644
--- a/common/environment/build-style/go.sh
+++ b/common/environment/build-style/go.sh
@@ -4,7 +4,6 @@ if [ -z "$hostmakedepends" -o "${hostmakedepends##*gcc-go-tools*}" ]; then
 		archs="aarch64* armv[567]* i686* x86_64* ppc64le* riscv64*"
 	fi
 	hostmakedepends+=" go"
-	nopie=yes
 else
 	# gccgo compiler
 	if [ -z "$archs" ]; then
@@ -15,6 +14,7 @@ else
 		# target compiler to use; otherwise it'll just call gccgo
 		export GCCGO="${XBPS_CROSS_TRIPLET}-gccgo"
 	fi
+	nostrip=yes
 fi
 
 case "$XBPS_TARGET_MACHINE" in

^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2024-05-16 14:18 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-29 18:04 [PR PATCH] [rfc] build-style: go: allow pie (v2) dkwo
2023-10-29 18:12 ` [PR PATCH] [Updated] " dkwo
2023-10-31 21:01 ` dkwo
2023-11-21 16:41 ` dkwo
2023-11-21 16:42 ` dkwo
2023-11-22 15:04 ` leahneukirchen
2023-11-24 22:06 ` dkwo
2023-11-27 14:29 ` dkwo
2023-11-27 14:30 ` dkwo
2023-11-28 14:14 ` dkwo
2023-11-28 20:49 ` dkwo
2023-11-28 20:52 ` dkwo
2023-11-28 20:52 ` dkwo
2023-11-28 20:56 ` dkwo
2023-11-28 20:58 ` dkwo
2023-11-28 20:59 ` dkwo
2023-11-28 21:06 ` [PR PATCH] [Updated] " dkwo
2023-11-28 21:09 ` dkwo
2023-11-29 15:58 ` dkwo
2023-11-29 16:00 ` [PR PATCH] [Updated] " dkwo
2023-11-29 17:51 ` CameronNemo
2023-11-29 18:34 ` benalb
2023-11-29 20:59 ` benalb
2023-11-30  0:22 ` dkwo
2023-11-30  0:22 ` dkwo
2023-11-30  0:23 ` dkwo
2023-12-01 17:28 ` benalb
2023-12-02 15:17 ` [PR PATCH] [Updated] " dkwo
2023-12-02 15:20 ` dkwo
2023-12-02 22:00 ` dkwo
2023-12-03 19:47 ` [PR PATCH] [Updated] " dkwo
2023-12-04 15:42 ` dkwo
2023-12-06 21:25 ` dkwo
2023-12-06 21:28 ` dkwo
2023-12-07 15:04 ` [PR PATCH] [Updated] " dkwo
2023-12-07 15:07 ` dkwo
2023-12-07 15:12 ` dkwo
2023-12-08 21:35 ` leahneukirchen
2023-12-10  0:49 ` classabbyamp
2023-12-10 15:26 ` [PR PATCH] [Updated] " dkwo
2023-12-10 15:27 ` dkwo
2023-12-10 15:35 ` [PR PATCH] [Updated] " dkwo
2023-12-10 15:36 ` dkwo
2023-12-21  9:12 ` dkwo
2023-12-26 17:59 ` dkwo
2024-01-06 22:45 ` dkwo
2024-01-07 21:27 ` [PR PATCH] [Updated] [rfc] build-style: go: set pie globally dkwo
2024-01-08 14:15 ` [PR PATCH] [Updated] [rfc] build-style: go: set buildmode=pie globally dkwo
2024-02-15 15:06 ` dkwo
2024-05-16  1:46 ` github-actions
2024-05-16 14:18 ` [PR PATCH] [Updated] " dkwo

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).