bashish-2.2.4.ebuild 455 B

123456789101112131415161718192021
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Text console theme engine"
  5. HOMEPAGE="http://bashish.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
  10. IUSE=""
  11. RDEPEND=">=dev-util/dialog-1.0"
  12. src_install() {
  13. default
  14. mv "${D}"/usr/share/doc/{${PN},${PF}} || die "mv docs failed"
  15. }