makepasswd-1.10.ebuild 559 B

1234567891011121314151617181920
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Random password generator"
  4. HOMEPAGE="http://packages.debian.org/stable/admin/makepasswd"
  5. SRC_URI="mirror://debian/dists/potato/main/source/admin/${P/-/_}.orig.tar.gz"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="alpha amd64 ~arm ia64 ppc s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
  9. IUSE=""
  10. RDEPEND="dev-lang/perl"
  11. src_install() {
  12. dobin makepasswd || die
  13. doman makepasswd.1
  14. dodoc README CHANGES
  15. }