app-misc/mymefetch: new package, add 1.1.1

Signed-off-by: Alexandru Mihai Buzduc <lalibuzduc@gmail.com>
This commit is contained in:
Alexandru Mihai Buzduc
2025-02-11 20:02:00 +01:00
parent 869d434f52
commit 54602d0c6a
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST mymefetch-1.1.1.tar.gz 6287 BLAKE2B b59a0e21a344cfec113c49eb918334c5d5762b711a1b27921a6794153422ea980f1178289749a127399569d0308e9ee5360ac7b388029ad4f5a77107a30cf5c4 SHA512 f1b759553976dc65df76a3ee6b3a11b13e6e8b4d65c9d93f9fe5c4971612c68e22ff70916b91d77d3054d32db513cf0c1babf3d0db6d89d36fae8477caf5740c

View File

@@ -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>lalibuzduc@gmail.com</email>
<name>Alexandru Mihai Buzduc</name>
</maintainer>
<upstream>
<remote-id type="codeberg">MymeType/mymefetch</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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"