EAPI=9 DESCRIPTION="Fortune cookies from A Song of Ice and Fire series" HOMEPAGE="https://github.com/cpriyank/fortune-mod-asoiaf" GIT_COMMIT=7a6f3016495150daa2bb5bd3565c91c5cee04015 SRC_URI="https://github.com/cpriyank/fortune-mod-asoiaf/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${GIT_COMMIT}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND="games-misc/fortune-mod" src_compile() { cd ${S} strfile asoiaf asoiaf.dat } src_install() { insinto /usr/share/fortunes doins asoiaf doins asoiaf.dat }