overlay-mbl

overlay-mbl.git
git clone git://git.lenczewski.org/overlay-mbl.git
Log | Files | Refs

prismlauncher-musl-meta-0.1.0.ebuild (373B)


      1 # Copyright 2025 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=8
      5 
      6 DESCRIPTION="Meta ebuild for PrismLauncher on a musl-libc based system"
      7 
      8 LICENSE="metapackage"
      9 SLOT="0"
     10 
     11 KEYWORDS="~amd64"
     12 
     13 RDEPEND="
     14 	virtual/jdk:21
     15 	dev-java/ant
     16 	media-libs/glfw
     17 	media-libs/openal
     18 	media-libs/freetype
     19 	dev-libs/stb
     20 	games-action/prismlauncher
     21 "