commit: 39ff5951edac0baf8c5532fba73cf9efe5658861 Author: Ceres <ceres <AT> ceressees <DOT> dev> AuthorDate: Sat Nov 29 19:28:51 2025 +0000 Commit: Ceres Milner <ceres <AT> ceressees <DOT> dev> CommitDate: Sat Nov 29 19:29:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39ff5951
app-shells/mommy: new package, add 1.6.0 Signed-off-by: Ceres <ceres <AT> ceressees.dev> app-shells/mommy/Manifest | 1 + app-shells/mommy/metadata.xml | 11 +++++++++++ app-shells/mommy/mommy-1.6.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/app-shells/mommy/Manifest b/app-shells/mommy/Manifest new file mode 100644 index 0000000000..9257dae4b2 --- /dev/null +++ b/app-shells/mommy/Manifest @@ -0,0 +1 @@ +DIST mommy-1.6.0.gh.tar.gz 881248 BLAKE2B fdb71bcdc1a016a293dad65c76f8ce47956c4f715245c1151add80e27f508827635e848353a8038fd9180cb0863287c373195afb02c9a1b169aed504dbb478f7 SHA512 41a3385bed8f8600258f317e7b4f596634dcfc1c9b1ae9e8a7618f21a43fa70f852b088e1e3ecb121513b4437908504af66dd33818ab513fcd9c7b3d398240ad diff --git a/app-shells/mommy/metadata.xml b/app-shells/mommy/metadata.xml new file mode 100644 index 0000000000..6defdc40a7 --- /dev/null +++ b/app-shells/mommy/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Ceres Milner</name> + </maintainer> + <upstream> + <remote-id type="github">fwdekker/mommy</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-shells/mommy/mommy-1.6.0.ebuild b/app-shells/mommy/mommy-1.6.0.ebuild new file mode 100644 index 0000000000..a39b424cec --- /dev/null +++ b/app-shells/mommy/mommy-1.6.0.ebuild @@ -0,0 +1,21 @@ +# 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" + dofishcomp "${S}/src/main/completions/fish/mommy.fish" + dozshcomp "${S}/src/main/completions/zsh/_mommy" +}
