libasr-1.0.1.ebuild 386 B

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