commit:     b19da6f2330233815516ec94d7fb1ad56df9732e
Author:     Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Sun Feb 21 12:05:20 2021 +0000
Commit:     Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
CommitDate: Sun Feb 21 12:05:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b19da6f2

net-misc/tuxi: new package

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>

 net-misc/tuxi/metadata.xml     |  8 ++++++++
 net-misc/tuxi/tuxi-9999.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/net-misc/tuxi/metadata.xml b/net-misc/tuxi/metadata.xml
new file mode 100644
index 00000000..ad8cead2
--- /dev/null
+++ b/net-misc/tuxi/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+    <maintainer type="person">
+        <email>[email protected]</email>
+        <name>Simon van der Maas</name>
+    </maintainer>
+</pkgmetadata>

diff --git a/net-misc/tuxi/tuxi-9999.ebuild b/net-misc/tuxi/tuxi-9999.ebuild
new file mode 100644
index 00000000..d81e7f1e
--- /dev/null
+++ b/net-misc/tuxi/tuxi-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Tuxi is a cli assistant. Get answers of your questions instantly."
+HOMEPAGE="https://github.com/Bugswriter/tuxi";
+EGIT_REPO_URI="https://github.com/Bugswriter/tuxi.git";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="app-misc/pup-bin
+app-text/recode
+app-misc/jq"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       dobin "tuxi"
+}

Reply via email to