mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
25 lines
399 B
Bash
25 lines
399 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit node
|
|
|
|
DESCRIPTION="tar for node"
|
|
HOMEPAGE="
|
|
https://github.com/npm/node-tar
|
|
https://www.npmjs.com/package/tar
|
|
"
|
|
|
|
LICENSE="ISC"
|
|
KEYWORDS="~amd64"
|
|
RDEPEND="
|
|
${NODEJS_RDEPEND}
|
|
dev-js/chownr
|
|
dev-js/fs-minipass
|
|
dev-js/minipass
|
|
dev-js/minizlib
|
|
dev-js/mkdirp
|
|
dev-js/yallist
|
|
"
|