commit: 54602d0c6a6c5a14016e2e33f335cb605f7d20ec Author: Alexandru Mihai Buzduc <lalibuzduc <AT> gmail <DOT> com> AuthorDate: Tue Feb 11 19:02:00 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Feb 11 19:03:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54602d0c
app-misc/mymefetch: new package, add 1.1.1 Signed-off-by: Alexandru Mihai Buzduc <lalibuzduc <AT> gmail.com> app-misc/mymefetch/Manifest | 1 + app-misc/mymefetch/metadata.xml | 11 +++++++++++ app-misc/mymefetch/mymefetch-1.1.1.ebuild | 12 ++++++++++++ 3 files changed, 24 insertions(+) diff --git a/app-misc/mymefetch/Manifest b/app-misc/mymefetch/Manifest new file mode 100644 index 000000000..4f0b6add7 --- /dev/null +++ b/app-misc/mymefetch/Manifest @@ -0,0 +1 @@ +DIST mymefetch-1.1.1.tar.gz 6287 BLAKE2B b59a0e21a344cfec113c49eb918334c5d5762b711a1b27921a6794153422ea980f1178289749a127399569d0308e9ee5360ac7b388029ad4f5a77107a30cf5c4 SHA512 f1b759553976dc65df76a3ee6b3a11b13e6e8b4d65c9d93f9fe5c4971612c68e22ff70916b91d77d3054d32db513cf0c1babf3d0db6d89d36fae8477caf5740c diff --git a/app-misc/mymefetch/metadata.xml b/app-misc/mymefetch/metadata.xml new file mode 100644 index 000000000..bfa22042d --- /dev/null +++ b/app-misc/mymefetch/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>Alexandru Mihai Buzduc</name> + </maintainer> + <upstream> + <remote-id type="codeberg">MymeType/mymefetch</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-misc/mymefetch/mymefetch-1.1.1.ebuild b/app-misc/mymefetch/mymefetch-1.1.1.ebuild new file mode 100644 index 000000000..b7c830e9f --- /dev/null +++ b/app-misc/mymefetch/mymefetch-1.1.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Neofetch-like Bash script with small ASCII art of MymeType's robot OC, MYME" +HOMEPAGE="https://codeberg.org/MymeType/mymefetch" +SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> mymefetch-${PV}.tar.gz" +S="${WORKDIR}/mymefetch" +LICENSE="Apache-2.0 FSFAP" +SLOT="0" +KEYWORDS="~amd64"
