logo

overlay

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

dev-nodejs/colorize-template: new package, add 1.0.0

Diffstat:

Adev-nodejs/colorize-template/Manifest1+
Adev-nodejs/colorize-template/colorize-template-1.0.0.ebuild18++++++++++++++++++
2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/dev-nodejs/colorize-template/Manifest b/dev-nodejs/colorize-template/Manifest @@ -0,0 +1 @@ +DIST colorize-template-1.0.0.tar.gz 6698 BLAKE2B 42325cf8a40c076d1cc65d3d585e1633909aee1927106b622ebf6761512387f9bca1987cd14a3389ab707b9cd26447ab950ce5266c0e6f7d1ccad4fd6d82c401 SHA512 e3d0d23911f0a1c89dac6044205c70f45af8b42591625e13d2cc566b2f212c8b1840c35b5dd518c500693401b47a1898ef4f30cd68ad9727e8db6f224ef83b11 diff --git a/dev-nodejs/colorize-template/colorize-template-1.0.0.ebuild b/dev-nodejs/colorize-template/colorize-template-1.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nodejs + +DESCRIPTION="Tagged template literal for ANSI colors" +HOMEPAGE="https://github.com/usmanyunusov/colorize-template" +SRC_URI="https://github.com/usmanyunusov/colorize-template/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-nodejs/picocolors )"