logo

overlay

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

libasr-1.0.2.ebuild (426B)


  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit eutils
  5. DESCRIPTION="Async Resolver Library from OpenBSD/OpenSMTPD"
  6. HOMEPAGE="https://github.com/OpenSMTPD/libasr"
  7. SRC_URI="https://www.opensmtpd.org/archives/${P}.tar.gz"
  8. LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~arm ~arm64 ~x86"
  11. DEPEND="
  12. ${RDEPEND}
  13. sys-devel/automake:1.14
  14. "