gentoo-ebuilds/games-misc/fortune-mod-flashrider/fortune-mod-flashrider-1.10-r1.ebuild
Matoro Mahri d7a880ccc3
games-misc/fortune-mod-flashrider: unkeyword 1.10-r1 for ~alpha
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-12-08 18:29:16 +02:00

29 lines
758 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PN="${PN/-mod/s}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Quotes from Prolinux articles and comments"
HOMEPAGE="https://github.com/Nanolx/fortunes-flashrider"
SRC_URI="https://github.com/Nanolx/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="games-misc/fortune-mod"
src_prepare() {
default
sed -e 's#INSTALLDIR = .*#INSTALLDIR = /share/fortune#' -i Makefile || die
}
src_install() {
emake install PREFIX="${EPREFIX}"/usr DESTDIR="${D}"
dodoc AUTHORS ChangeLog README
}