1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 GIT_COMMIT=0ca9b8b13fc69121144d85365c16b3e21508ffc3
8 DESCRIPTION="A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH"
9 HOMEPAGE="https://github.com/natesales/q"
12 https://github.com/natesales/q/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
13 https://github.com/peeweep/gentoo-go-deps/releases/download/${P}/${P}-vendor.tar.xz
18 KEYWORDS="~amd64 ~arm64"
22 -X main.version=${PV} \
23 -X main.commit=${GIT_COMMIT} \
24 -X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ) \
26 ego build -o ${P} -trimpath -ldflags "${ldflags}"