logo

overlay

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

env-paths-3.0.0.ebuild (556B)


  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="Get paths for storing things like data, config, cache, etc"
  6. HOMEPAGE="https://github.com/sindresorhus/env-paths"
  7. SRC_URI="https://github.com/sindresorhus/env-paths/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="MIT"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. #IUSE="test"
  12. #RESTRICT="!test? ( test )"
  13. #DEPEND="test? (
  14. # dev-nodejs/ava
  15. # dev-nodejs/tsd
  16. # dev-nodejs/xo
  17. #)"
  18. RESTRICT="test"