aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThamognya Kodi <contact@thamognya.com>2022-03-22 18:15:49 +0700
committerThamognya Kodi <contact@thamognya.com>2022-03-22 18:15:49 +0700
commit5d156995cb8221b1dd9c4921496effbfffc81f60 (patch)
treee27734bf3bbe736affa0046c3b48723314f7ff62 /app-misc/yaf
parentapp-admin/awscli-bin: add 2.4.27 (diff)
downloadguru-5d156995cb8221b1dd9c4921496effbfffc81f60.tar.gz
guru-5d156995cb8221b1dd9c4921496effbfffc81f60.tar.bz2
guru-5d156995cb8221b1dd9c4921496effbfffc81f60.zip
app-misc/yaf: add version 0.0.3
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thamognya Kodi <contact@thamognya.com>
Diffstat (limited to 'app-misc/yaf')
-rw-r--r--app-misc/yaf/Manifest1
-rw-r--r--app-misc/yaf/metadata.xml16
-rw-r--r--app-misc/yaf/yaf-0.0.3.ebuild20
3 files changed, 37 insertions, 0 deletions
diff --git a/app-misc/yaf/Manifest b/app-misc/yaf/Manifest
new file mode 100644
index 000000000..835444195
--- /dev/null
+++ b/app-misc/yaf/Manifest
@@ -0,0 +1 @@
+DIST 0.0.3.tar.gz 76604 BLAKE2B f8c18fd59b922ee3a9b023eb240e7bb2b420383ef499124b1fa57887bc891dd4b51e9951af1d739b49ec471ef632592f3cc73c8d99b35d256bbcd885229895a7 SHA512 ece522c106baff8423d74a596f6f175206860661379afabee4f4c54d1c94b2ea0b3bc4845338a7c37080cd1a9d240e9fb77ae4eae02964a34516d096cc60f536
diff --git a/app-misc/yaf/metadata.xml b/app-misc/yaf/metadata.xml
new file mode 100644
index 000000000..b693af419
--- /dev/null
+++ b/app-misc/yaf/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>contact@thamognya.com</email>
+ <name>Thamognya Kodi</name>
+ <description>Primary maintainer</description>
+ </maintainer>
+ <longdescription lang="en">
+ Yet Another Fetch is a tool that fetches system information and shows it in a beautiful way for some extra upvotes on r/unixporn.
+ Yet another system fetch that is minimal and customizable.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">deepjyoti30/yaf</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-misc/yaf/yaf-0.0.3.ebuild b/app-misc/yaf/yaf-0.0.3.ebuild
new file mode 100644
index 000000000..976f8ec68
--- /dev/null
+++ b/app-misc/yaf/yaf-0.0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Yet another system fetch that is minimal and customizable."
+HOMEPAGE="https://github.com/deepjyoti30/yaf"
+SRC_URI="https://github.com/deepjyoti30/${PN}/archive/refs/tags/${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-lang/go"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install
+}