pwcrypt-1.2.2.ebuild 477 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. inherit toolchain-funcs
  5. DESCRIPTION="An improved version of cli-crypt (encrypts data sent to it from the cli)"
  6. HOMEPAGE="http://xjack.org/pwcrypt/"
  7. SRC_URI="http://xjack.org/pwcrypt/downloads/${P}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 ppc x86"
  11. IUSE=""
  12. src_prepare() {
  13. tc-export CC
  14. }
  15. src_install() {
  16. dobin src/pwcrypt
  17. dodoc CREDITS README
  18. }