app-shells/mommy: Added manpages

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2025-11-29 21:00:24 +00:00
parent 8f251baafc
commit 806886c0d3

View File

@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~arm64"
src_install() {
dobin "${S}/src/main/sh/mommy"
dodoc "${S}/src/main/man/man1/mommy.1"
dofishcomp "${S}/src/main/completions/fish/mommy.fish"
dozshcomp "${S}/src/main/completions/zsh/_mommy"
}