# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit git-r3 EGIT_REPO_URI="https://github.com/defuse/passgen.git" DESCRIPTION="Command Line Password Generator for Windows and UNIX-like systems." HOMEPAGE="https://defuse.ca/passgen.htm" LICENSE="GPL-3" SLOT="0" KEYWORDS="" src_install() { mkdir -p "${D}/usr/bin" cp "${S}/${PN}" "${D}/usr/bin/${PN}" || die "Install failed!" }