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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user