logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 0e60d30063b9690e40dfd8e9058832ddef30178d
parent 834c3f29f46cb28ee3675ec1f8879129087e498d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 21 Sep 2023 12:39:08 +0200

dev-nodejs/tape-lite: new package, add 9999

Diffstat:

Adev-nodejs/tape-lite/tape-lite-9999.ebuild12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/dev-nodejs/tape-lite/tape-lite-9999.ebuild b/dev-nodejs/tape-lite/tape-lite-9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nodejs git-r3 + +DESCRIPTION="tape shim based on node:test+node:assert with no dependencies" +HOMEPAGE="https://hacktivis.me/git/tape-lite" +EGIT_REPO_URI="https://hacktivis.me/git/tape-lite.git" +LICENSE="MIT" +SLOT="0"