fortune-mod-familyguy-0.2.ebuild 564 B

12345678910111213141516171819
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Quotes from the TV-Series -Family Guy-"
  5. HOMEPAGE="http://jon.oberheide.org/familyguy/"
  6. SRC_URI="http://jon.oberheide.org/familyguy/${P}.tar.gz"
  7. LICENSE="fairuse"
  8. SLOT="0"
  9. 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"
  10. IUSE=""
  11. RDEPEND="games-misc/fortune-mod"
  12. src_install() {
  13. insinto /usr/share/fortune
  14. doins familyguy familyguy.dat
  15. }