logo

overlay

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

jg-0_pre20221030.ebuild (539B)


  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="Jolly Good API, an API for Emulators"
  5. HOMEPAGE="https://gitlab.com/jgemu/jg"
  6. EGIT_COMMIT="136dfb998b77d475baaa33370deb4f5f8a5d1503"
  7. MY_P="${PN}-${EGIT_COMMIT}"
  8. SRC_URI="https://gitlab.com/jgemu/jg/-/archive/${EGIT_COMMIT}/${MY_P}.tar.gz"
  9. S="${WORKDIR}/${MY_P}/"
  10. LICENSE="ZLIB"
  11. SLOT="0"
  12. KEYWORDS="~amd64"
  13. src_configure() {
  14. export PREFIX=/usr
  15. export DOCDIR="/usr/share/doc/${P}/"
  16. }