logo

overlay

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

libasr-9999.ebuild (413B)


  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit git-r3 autotools
  5. DESCRIPTION="Async Resolver Library from OpenBSD/OpenSMTPD"
  6. HOMEPAGE="https://github.com/OpenSMTPD/libasr"
  7. SRC_URI=""
  8. EGIT_REPO_URI="${HOMEPAGE}.git"
  9. LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
  10. SLOT="0"
  11. KEYWORDS=""
  12. DEPEND="${RDEPEND}"
  13. src_prepare() {
  14. default
  15. eautoreconf
  16. }