logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

getdns-1.3.0.ebuild (454B)


  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Modern asynchronous DNS API"
  5. HOMEPAGE="https://getdnsapi.net/"
  6. SRC_URI="https://getdnsapi.net/releases/getdns-1-3-0/getdns-1.3.0.tar.gz"
  7. LICENSE="BSD"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE="stubby"
  11. DEPEND="
  12. dev-libs/libyaml:=
  13. >=dev-libs/openssl-1.0.2:=
  14. "
  15. RDEPEND="${DEPEND}"
  16. src_configure() {
  17. econf $(use_with stubby)
  18. }