Files
guru/net-misc/tuxi/tuxi-9999.ebuild
Andrew Ammerlaan 45369c8657 net-misc/tuxi: remove keywords from live package
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-03-28 12:35:20 +02:00

23 lines
439 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-bin
app-text/recode
app-misc/jq"
RDEPEND="${DEPEND}"
src_install() {
dobin "tuxi"
}