net-misc/peertube-viewer-rs: install manpage

Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
This commit is contained in:
Duje Mihanović
2022-04-06 09:27:57 +02:00
parent f245251cf6
commit e6e9bad5c9

View File

@@ -129,3 +129,7 @@ QA_FLAGS_IGNORED=(
"usr/bin/peertube-viewer-rs"
)
src_install() {
cargo_src_install
install -Dm644 -t "${D}/usr/share/man/man1" "${S}/${PN}.1"
}