1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
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}-deps.tar.xz
20 KEYWORDS
="~amd64 ~arm64"
25 -X main.version=${PV} \
26 -X main.commit=${GIT_COMMIT} \
27 -X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ) \
29 ego build
-o ${P} -trimpath -ldflags "${ldflags}"