dev-nodejs/vec2d - 0.3.0 (lanodanOverlay)

Search

Package Information

Description:
2d vector math with good unit tests
Homepage:
https://github.com/andrewrk/node-vec2d
License:
MIT

Ebuild Details

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

EAPI=8

inherit nodejs

DESCRIPTION="2d vector math with good unit tests"
HOMEPAGE="https://github.com/andrewrk/node-vec2d"
SRC_URI="https://github.com/andrewrk/node-vec2d/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/node-vec2d-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="test"
# BDEPEND="test? ( dev-nodejs/mocha )"

Manifest for 0.3.0

Type File Size Source URLs
DIST vec2d-0.3.0.tar.gz 4231 bytes https://github.com/andrewrk/node-vec2d/archive/refs/tags/0.3.0.tar.gz