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/wide-align/Manifest
Normal file
1
dev-js/wide-align/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST wide-align-1.1.3.tgz 2040 BLAKE2B 8aa39492a1a79db33d431b124cd624c964f158403e7ca8f4c1d2f261a97e13cdf3c87613329eca47f04884f365fbcd9db59c4ea855d9603e45ae7fe08d603439 SHA512 40690e41cf172fa06de4fc27b04c4a04fb8c281c671b15965b77d4e795ede1f787a3331485d50c6810a4dbdd2aa66ff01b9bbf4522b3c1d002e22e7562282284
|
||||
12
dev-js/wide-align/metadata.xml
Normal file
12
dev-js/wide-align/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/iarna/wide-align/issues</bugs-to>
|
||||
<remote-id type="github">iarna/wide-align</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
dev-js/wide-align/wide-align-1.1.3.ebuild
Normal file
19
dev-js/wide-align/wide-align-1.1.3.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="A wide-character aware text alignment function for use on the console or with fixed width fonts."
|
||||
HOMEPAGE="
|
||||
https://github.com/iarna/wide-align
|
||||
https://www.npmjs.com/package/wide-align
|
||||
"
|
||||
|
||||
LICENSE="ISC"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/string-width
|
||||
"
|
||||
Reference in New Issue
Block a user