app-shells/mommy - 1.8.0 (guru)

Search

Install

Install this version:

emerge -a =app-shells/mommy-1.8.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-shells/mommy-1.8.0

Or alternatively:

emerge --autounmask-write -a =app-shells/mommy-1.8.0

Package Information

Description:
mommy's here to support you, in any shell, on any system~
Homepage:
https://github.com/FWDekker/mommy
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
1.8.0 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit shell-completion

DESCRIPTION="mommy's here to support you, in any shell, on any system~"
HOMEPAGE="https://github.com/FWDekker/mommy"

SRC_URI="https://github.com/FWDekker/mommy/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

src_install() {
	dobin "${S}/src/main/sh/mommy"
	doman "${S}/src/main/man/man1/mommy.1"
	dofishcomp "${S}/src/main/completions/fish/mommy.fish"
	dozshcomp "${S}/src/main/completions/zsh/_mommy"
}

Inherited Eclasses

Manifest for 1.8.0

Type File Size Source URLs
DIST mommy-1.8.0.gh.tar.gz 887884 bytes https://github.com/FWDekker/mommy/archive/refs/tags/v1.8.0.tar.gz