EAPI=9
DESCRIPTION="BOFH excuses fortune cookie files"
HOMEPAGE="https://pages.cs.wisc.edu/~ballard/bofh/"
SRC_URI="https://pages.cs.wisc.edu/~ballard/bofh/excuses -> ${P}.raw"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="games-misc/fortune-mod"

src_compile()
{
  cd ${S}
  awk '{printf "BOFH excuse #%d:\n\n%s\n%%\n", FNR, $0}' ${DISTDIR}/${P}.raw > bofh-excuses
  strfile bofh-excuses
}

src_install() 
{
  insinto /usr/share/fortunes
  doins bofh-excuses
  doins bofh-excuses.dat
}