mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
app-misc/spark: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
27
app-misc/spark/spark-1.0.1.ebuild
Normal file
27
app-misc/spark/spark-1.0.1.ebuild
Normal 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() {
|
||||
#}
|
||||
Reference in New Issue
Block a user