logo

overlay

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

kuroko-1.3.0.ebuild (493B)


  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="Dynamic, bytecode-compiled programming language and a dialect of Python"
  5. HOMEPAGE="https://kuroko-lang.github.io/"
  6. SRC_URI="https://github.com/kuroko-lang/kuroko/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
  7. LICENSE="MIT"
  8. SLOT="0"
  9. KEYWORDS="~amd64"
  10. src_configure() {
  11. export prefix=/usr
  12. export libdir="/usr/$(get_libdir)"
  13. default
  14. }