logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 9e2b591bc609e6052dc72306f8d33f23806d04bc
parent 2d1611866f97621f1dca96c23dd8448d2819bd7b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 29 Sep 2023 06:44:21 +0200

dev-nodejs/http-https: new package, add 1.0.0

Diffstat:

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

diff --git a/dev-nodejs/http-https/Manifest b/dev-nodejs/http-https/Manifest @@ -0,0 +1 @@ +DIST http-https-1.0.0.tar.gz 1499 BLAKE2B 767f7c513b3318beaae5df29b7e8ce5a5c393001c54541ef03038e8b0d0eee55458197234a48e860f13c34d92ad2d17023a9c0afb635e4a1e62f41239a7855c8 SHA512 7f3d14f44d8c9912a36dd212b4f21a128eb103a3666a72d7c8389259f3b10b2cab1e3015b843960c86ea2495c788f50762701cd058775a277a8a85d7dfb4df07 diff --git a/dev-nodejs/http-https/http-https-1.0.0.ebuild b/dev-nodejs/http-https/http-https-1.0.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nodejs + +DESCRIPTION="A wrapper that chooses http or https for requests" +HOMEPAGE="https://github.com/isaacs/http-https" +SRC_URI="https://github.com/isaacs/http-https/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64"