mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
23 lines
435 B
Bash
23 lines
435 B
Bash
# 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"
|
|
|
|
DEPEND="app-misc/pup
|
|
app-text/recode
|
|
app-misc/jq"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_install() {
|
|
dobin "tuxi"
|
|
}
|