mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
app-misc/spark: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
app-misc/spark/Manifest
Normal file
1
app-misc/spark/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST spark-1.0.1.tar.gz 3690 BLAKE2B 7ff40ab0018b533403c19122d6c5a47e54dbb00a524aa80cded11645efeffbbf4ca7f0a97fd3b52fdccd6997d175d032e6253b1d39a443e6c2b7460e959d02a1 SHA512 d96890cef0ab77bd3ebd7dff58c498258d645beb262809579c8b8a317616e758025b2ec526aed771df9f3931150fc5fc65c6c691731a7b5fffc581ff86ca662f
|
||||
8
app-misc/spark/metadata.xml
Normal file
8
app-misc/spark/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Alessandro Barbieri</name>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
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