From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4532D1382C5 for ; Sun, 21 Feb 2021 12:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90639E0830; Sun, 21 Feb 2021 12:05:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A7BFE0830 for ; Sun, 21 Feb 2021 12:05:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45FF8340A38 for ; Sun, 21 Feb 2021 12:05:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA1B749 for ; Sun, 21 Feb 2021 12:05:46 +0000 (UTC) From: "Simon van der Maas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Simon van der Maas" Message-ID: <1613909120.b19da6f2330233815516ec94d7fb1ad56df9732e.svdm-gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuxi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/tuxi/metadata.xml net-misc/tuxi/tuxi-9999.ebuild X-VCS-Directories: net-misc/tuxi/ X-VCS-Committer: svdm-gentoo X-VCS-Committer-Name: Simon van der Maas X-VCS-Revision: b19da6f2330233815516ec94d7fb1ad56df9732e X-VCS-Branch: dev Date: Sun, 21 Feb 2021 12:05:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 181b0749-f559-4550-a81d-a5611290f767 X-Archives-Hash: 506cc273dd3731f417d66a0a38cc58e2 commit: b19da6f2330233815516ec94d7fb1ad56df9732e Author: Simon van der Maas protonmail com> AuthorDate: Sun Feb 21 12:05:20 2021 +0000 Commit: Simon van der Maas protonmail 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 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 @@ + + + + + svdm-gentoo@protonmail.com + Simon van der Maas + + 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" +}