http-https-1.0.0.ebuild (406B)
- # 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"