fortune-mod-powerpuff-0.3.ebuild 659 B

12345678910111213141516171819202122
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. MY_PN=powerpuff
  5. DESCRIPTION="Quotes taken from the Power Puff Girls series from Cartoon Network"
  6. HOMEPAGE="http://eol.init1.nl/content/view/43/54/"
  7. SRC_URI="http://eelco.is.a.rootboy.net/fortunecookies/${MY_PN}-${PV}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
  11. IUSE=""
  12. RDEPEND="games-misc/fortune-mod"
  13. S=${WORKDIR}/${MY_PN}-${PV}
  14. src_install() {
  15. insinto /usr/share/fortune
  16. doins powerpuff powerpuff.dat
  17. }