fortune-mod-smac-0.1.ebuild 565 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 Alpha Centauri: Alien Crossfire tech tree"
  5. HOMEPAGE="http://progsoc.org/~curious/"
  6. SRC_URI="http://progsoc.org/~curious/files/${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 smac smac.dat
  15. }