dev-nodejs/source-map-js - 1.2.1 (lanodanOverlay)

Search

Package Information

Description:
Generates and consumes source maps
Homepage:
https://github.com/7rulnik/source-map-js
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.2.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit nodejs

DESCRIPTION="Generates and consumes source maps"
HOMEPAGE="https://github.com/7rulnik/source-map-js"
SRC_URI="https://github.com/7rulnik/source-map-js/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

src_test() {
	node test/run-tests.js || die
}

Manifest for 1.2.1

Type File Size Source URLs
DIST source-map-js-1.2.1.tar.gz 4526206 bytes https://github.com/7rulnik/source-map-js/archive/refs/tags/v1.2.1.tar.gz