mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
app-misc/lyfetch: new package, add 1.1
Signed-off-by: Lyn Serra <itslyn.dev@gmail.com>
This commit is contained in:
1
app-misc/lyfetch/Manifest
Normal file
1
app-misc/lyfetch/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST lyfetch-1.1.tar.gz 28536 BLAKE2B 378aa548a5ddfddcd0a54a88edcba44f65fae73060b4f090c95fc8c590f220f53e8fff09081079ef06a2f446e4ef26c1a11bacf06bda1c1c39c6e175634419d8 SHA512 6fd760b10a5c1ea59d5d5f5d9b0151a262e8684903cbda6656615c92a59deeb447856e292bdd78fbd093cb1d1caecb774991b3715565d99e272e7aa974154433
|
||||
18
app-misc/lyfetch/lyfetch-1.1.ebuild
Normal file
18
app-misc/lyfetch/lyfetch-1.1.ebuild
Normal 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}"
|
||||
}
|
||||
19
app-misc/lyfetch/metadata.xml
Normal file
19
app-misc/lyfetch/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user