app-misc/spark: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-02-08 21:17:53 +01:00
parent f7ab642834
commit 3f34dd459e
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="sparklines for your shell"
HOMEPAGE="
https://zachholman.com/spark
https://github.com/holman/spark
"
SRC_URI="https://github.com/holman/spark/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
#IUSE="test" #require roundup
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
dobin spark
dodoc {CHANGELOG,README}.md
}
#src_test() {
#}