Files
guru/app-misc/spark/spark-1.0.1.ebuild
Ronny (tastytea) Gutbrod 0629a71fa0 app-misc/spark: Fix HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-03-07 15:43:48 +01:00

28 lines
491 B
Bash

# 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() {
#}