logo

overlay

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

browserify-lite-0.5.1.ebuild (495B)


  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. inherit nodejs
  5. DESCRIPTION="browserify, minus some of the advanced features and heavy dependencies"
  6. HOMEPAGE="https://github.com/andrewrk/browserify-lite"
  7. SRC_URI="https://github.com/andrewrk/browserify-lite/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="MIT"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. RDEPEND=">=dev-nodejs/pend-1.2.0"
  12. DEPEND="${RDEPEND}"