app-misc/lyfetch: new package, add 1.1

Signed-off-by: Lyn Serra <itslyn.dev@gmail.com>
This commit is contained in:
Lyn Serra
2024-01-02 17:03:40 +02:00
parent 57098b7ff1
commit ee7d3d1f19
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST lyfetch-1.1.tar.gz 28536 BLAKE2B 378aa548a5ddfddcd0a54a88edcba44f65fae73060b4f090c95fc8c590f220f53e8fff09081079ef06a2f446e4ef26c1a11bacf06bda1c1c39c6e175634419d8 SHA512 6fd760b10a5c1ea59d5d5f5d9b0151a262e8684903cbda6656615c92a59deeb447856e292bdd78fbd093cb1d1caecb774991b3715565d99e272e7aa974154433

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Small system information script for linux systems."
HOMEPAGE="https://github.com/its-Lyn/lyfetch"
SRC_URI="https://github.com/its-Lyn/lyfetch/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT=0
KEYWORDS="~amd64"
src_install() {
dobin "${PN}"
}

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>itslyn.dev@gmail.com</email>
<name>Lyn Serra</name>
</maintainer>
<longdescription lang="en">
This package aims to create a simple and easy to use fetch system, it tries to remain POSIX compliant (where it can).
It also serves as a cutesy fetch for people who like strawberries.
</longdescription>
<upstream>
<maintainer status="active">
<name>Lyn Serra</name>
</maintainer>
<bugs-to>https://github.com/its-Lyn/lyfetch/issues</bugs-to>
<remote-id type="github">its-Lyn/lyfetch</remote-id>
</upstream>
</pkgmetadata>