logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 9b23006d0c146c282d39b17b3bc0a4053e3e5e07
parent 85761da9c1131df9915d7a6f3e2d9f284a2e330d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 21 Sep 2023 16:37:15 +0200

dev-nodejs/picocolors: new package, add 1.0.0

Diffstat:

Adev-nodejs/picocolors/Manifest1+
Adev-nodejs/picocolors/picocolors-1.0.0.ebuild13+++++++++++++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/dev-nodejs/picocolors/Manifest b/dev-nodejs/picocolors/Manifest @@ -0,0 +1 @@ +DIST picocolors-1.0.0.tar.gz 8527 BLAKE2B bad7ba1b3a692f714d69a3d9f9c177b2ca929a6571b173f37ec305be56c1b877dd5c712715c31ab119940965ed4ce246a0828af3e86ec7ff0207ccc6827d1bff SHA512 61b88c90c86f29b392168a92c7c4a57a2dba9af685ab848f38f9ad0604a259815d65b5ec8b18454566f44f4ba9ad1585ff803ac991f47295583e61f5824df88b diff --git a/dev-nodejs/picocolors/picocolors-1.0.0.ebuild b/dev-nodejs/picocolors/picocolors-1.0.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2022-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nodejs + +DESCRIPTION="tiniest and the fastest library for terminal output formatting with ANSI colors" +HOMEPAGE="https://github.com/alexeyraspopov/picocolors" +SRC_URI="https://github.com/alexeyraspopov/picocolors/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64"