Add games-engines/fheroes2

claws
Victor Kustov 1 year ago
parent 857ca47d57
commit 87eff03c1a
Signed by: ktrace
GPG Key ID: 9494B70312B4CADE

@ -0,0 +1 @@
DIST 1.0.0.tar.gz 10928987 BLAKE2B 4578bcc0c996106a74cd1652af430982d0162c16e9c50f04222e9f7ad57fe07a520ed9aa9eee017a323daf737f40f5b13f9e87ce766cea7843b339b1067958fc SHA512 b58091cbb67cc6dc1b1e7c40a38780886b2cf4af2da6aadc12a2b78265d3c7d289264f9c479c597adf3f7325de730d4a8d97976fd601f309904110b5a409f32c

@ -0,0 +1,27 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Recreation of the Heroes of Might and Magic II game engine"
HOMEPAGE="https://ihhub.github.io/fheroes2/"
SRC_URI="https://github.com/ihhub/${PN}/archive/refs/tags/${PV}.tar.gz"
LICENSE="GPLv2"
SLOT="0"
KEYWORDS="~amd64"
inherit cmake
DEPEND="media-libs/libsdl2
media-libs/sdl2-mixer
sys-libs/zlib
media-libs/sdl2-image
media-libs/libpng
"
RDEPEND="${DEPEND}"
BDEPEND=""
#-- Found Threads: TRUE

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>
Loading…
Cancel
Save