mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/mime/Manifest
Normal file
1
dev-js/mime/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mime-2.5.0.tgz 64533 BLAKE2B 738a76496cd92ed713b3a15fc98b9553ac712acfea7e8913eae20432f31ff61f6532db0729d7ed82a99e8fd163c18aa59a400d1ef11c928d3e6eedbd199510ce SHA512 3d4b6d21d5345c6773cd624ef6e4e0a2cc2709b905d4b9cd3a5c89e6719cd2cc9a782af359e943006f59f30ff0c4ef0a9f5941177d669a9445c04d74eb59447c
|
||||
12
dev-js/mime/metadata.xml
Normal file
12
dev-js/mime/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/broofa/mime/issues</bugs-to>
|
||||
<remote-id type="github">broofa/mime</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
22
dev-js/mime/mime-2.5.0.ebuild
Normal file
22
dev-js/mime/mime-2.5.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="A comprehensive library for mime-type mapping"
|
||||
HOMEPAGE="
|
||||
https://github.com/broofa/mime
|
||||
https://www.npmjs.com/package/mime
|
||||
"
|
||||
SRC_URI="https://github.com/broofa/mime/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
BDEPEND="
|
||||
${NODEJS_BDEPEND}
|
||||
dev-js/mime-score
|
||||
dev-js/runmd
|
||||
dev-js/supports-color
|
||||
"
|
||||
S="${WORKDIR}/${P}"
|
||||
Reference in New Issue
Block a user