diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-27 03:04:42 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-27 03:04:42 -0500 |
| commit | c6e6588bafac78d585ece24e4dabdf99f3af211d (patch) | |
| tree | e68bccff68681d3201cf21c1a5682ad5abbfd4f3 /net-proxy | |
| parent | 8a7e9bb6193b9b54ffb149bdf92c9689a3798e00 (diff) | |
| download | baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.tar.gz baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.tar.xz baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.zip | |
Adding metadata
Diffstat (limited to 'net-proxy')
| -rw-r--r-- | net-proxy/dnss/dnss-0.1.1.ebuild | 8 | ||||
| -rw-r--r-- | net-proxy/dnss/dnss-9999.ebuild | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-proxy/dnss/dnss-0.1.1.ebuild b/net-proxy/dnss/dnss-0.1.1.ebuild index b2a05ea9bf9e..606dab34f23a 100644 --- a/net-proxy/dnss/dnss-0.1.1.ebuild +++ b/net-proxy/dnss/dnss-0.1.1.ebuild @@ -8,22 +8,22 @@ inherit zig DESCRIPTION="A small, speedy DNS proxy and bad-stuff-blocker" HOMEPAGE="https://codeberg.org/zacoons/dnss" -SRC_URI="https://codeberg.org/zacoons/dnss/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://codeberg.org/zacoons/dnss/archive/${PV}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}/dnss" LICENSE="Unlicense" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}/dnss" - src_compile() { + export ZIG_STRIP=0 ezig build --release=fast } src_install() { zig_src_install - # Example config if [[ -f "${S}/example.dnss.conf" ]]; then insinto /etc newins "${S}/example.dnss.conf" dnss.conf.example diff --git a/net-proxy/dnss/dnss-9999.ebuild b/net-proxy/dnss/dnss-9999.ebuild index 05c419802056..49ace8e93a14 100644 --- a/net-proxy/dnss/dnss-9999.ebuild +++ b/net-proxy/dnss/dnss-9999.ebuild @@ -21,7 +21,6 @@ src_compile() { src_install() { zig_src_install - # Example config if [[ -f "${S}/example.dnss.conf" ]]; then insinto /etc newins "${S}/example.dnss.conf" dnss.conf.example |
