overlay-mbl

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

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


      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 KEYWORDS="~amd64"
     11 
     12 RDEPEND="
     13 	virtual/jdk:21
     14 	dev-java/ant
     15 	media-libs/glfw
     16 	media-libs/openal
     17 	media-libs/freetype
     18 	dev-libs/stb
     19 	games-action/prismlauncher
     20 "