logo

overlay

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

checkpassword-ng-9999.ebuild (435B)


  1. # Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. inherit git-r3
  5. DESCRIPTION="Uniform password checking interface for applications"
  6. HOMEPAGE="https://hacktivis.me/git/checkpassword-ng/"
  7. EGIT_REPO_URI="https://hacktivis.me/git/checkpassword-ng.git"
  8. LICENSE="GPL-2 GPL-3"
  9. SLOT="0"
  10. IUSE="suid"
  11. RDEPEND="virtual/libcrypt:="
  12. DEPEND="${RDEPEND}"