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.16.2.ebuild (587B)


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