libasr-1.0.1.201505061057.ebuild 500 B

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