www-apps/yuki: I really had to [BLEEP] it up huh?

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
Shin'ya Minazuki
2026-04-20 22:54:39 -03:00
parent 3007a0e821
commit 2bcf8a462b
2 changed files with 4 additions and 9 deletions

View File

@@ -10,8 +10,6 @@ SRC_URI="
https://mirror.chaotic.ninja/software/${PN}/${P}-deps.tar.gz
"
BDEPEND="app-text/mandoc"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 x86"
@@ -20,13 +18,10 @@ RESTRICT="mirror"
src_compile() {
einfo "Building program..."
ego build -buildmode=exe -buildvcs=false -v -x -o ${P}
einfo "Building manual page(s)..."
cp ${P}.1 ${P}.mdoc
mandoc -T man < ${P}.mdoc > ${P}.1
ego build -buildmode=exe -buildvcs=false -v -x -o ${PN}
}
src_install() {
dobin ${P}
doman ${P}.1
dobin ${PN}
doman ${PN}.1
}