logo

overlay

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

node_path-0.ebuild (394B)


  1. # Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. DESCRIPTION="Define NODE_PATH to /usr/share/nodejs/"
  5. HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
  6. LICENSE="CC0-1.0"
  7. SLOT="0"
  8. KEYWORDS="~amd64"
  9. IUSE=""
  10. S="${WORKDIR}"
  11. src_install() {
  12. newenvd - 99node_path <<< "NODE_PATH=/usr/share/nodejs/"
  13. }