overlay-mbl

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

mindustry-musl-meta-0.1.0.ebuild (306B)


      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 Mindustry on a musl-libc based system"
      7 
      8 LICENSE="metapackage"
      9 SLOT="0"
     10 KEYWORDS="~amd64"
     11 
     12 RDEPEND="
     13 	virtual/jdk:17
     14 	dev-java/ant
     15 	media-libs/libsdl2
     16 	media-libs/glew
     17 "