logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gyp-next-0.13.0.ebuild (554B)


  1. # Copyright 2022 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="8"
  4. PYTHON_COMPAT=( python3_{8..10} )
  5. DISTUTILS_SINGLE_IMPL="1"
  6. inherit distutils-r1
  7. DESCRIPTION="fork of the GYP (Generate Your Projects) build system for use in the Node.js projects"
  8. HOMEPAGE="https://github.com/nodejs/gyp-next"
  9. SRC_URI="https://github.com/nodejs/gyp-next/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
  10. LICENSE="BSD"
  11. SLOT="0"
  12. KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
  13. IUSE=""
  14. RDEPEND="!dev-util/gyp"
  15. distutils_enable_tests pytest