mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/colors/Manifest
Normal file
1
dev-js/colors/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST colors-1.4.0.tgz 11266 BLAKE2B 6ae969a479cdaf0d6fd90e4c65932861a7c92b606896e30b8138d57a80515efacac4f200248e27e2a3e7a64083cbfe062cce32eb253823107956eafb062a3bcd SHA512 6be52a4e1e2481983f4a51af7dbcc31e9811bbb00040e9a6a911c99f185164808a1544fdd5bad584d36de7c08c594f4fb016efdcf0c26541db571b83887da6b4
|
||||
21
dev-js/colors/colors-1.4.0.ebuild
Normal file
21
dev-js/colors/colors-1.4.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="get colors in your node.js console"
|
||||
HOMEPAGE="
|
||||
https://github.com/Marak/colors.js
|
||||
https://www.npmjs.com/package/colors
|
||||
"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="examples"
|
||||
|
||||
src_install() {
|
||||
use examples && dodoc -r examples
|
||||
rm -rf examples || die
|
||||
node_src_install
|
||||
}
|
||||
12
dev-js/colors/metadata.xml
Normal file
12
dev-js/colors/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/Marak/colors.js/issues</bugs-to>
|
||||
<remote-id type="github">Marak/colors</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user