EAPI=9
DESCRIPTION=""
HOMEPAGE="https://github.com/virtualtam/fortune-protolol"
GIT_COMMIT=9f59ff8aa23d3569bc3909d54024ba363d7a0c04
SRC_URI="https://github.com/virtualtam/fortune-protolol/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/fortune-protolol-${GIT_COMMIT}"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="games-misc/fortune-mod"

src_install() 
{
  insinto /usr/share/fortunes
  doins protolol
  doins protolol.dat
}