fortune-mod-debilneho-0.1.ebuild 596 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=${PN/mod-/}
  5. DESCRIPTION="Quotation's by several people (mostly from Slovakia)"
  6. HOMEPAGE="http://megac.info"
  7. SRC_URI="http://megac.info/fortune-debilneho.tar.bz2"
  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}
  14. src_install() {
  15. insinto /usr/share/fortune
  16. doins debilneho debilneho.dat
  17. }