# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

EGIT_REPO_URI="https://github.com/LibreSprite/LibreSprite"

inherit git-r3 cmake

DESCRIPTION="Animated sprite editor & pixel art tool"
HOMEPAGE="https://libresprite.github.io"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	media-libs/freetype
	net-misc/curl
	media-libs/giflib
	dev-cpp/gtest
	dev-lang/lua
	dev-libs/tinyxml
	media-libs/sdl2-image[jpeg,png,webp]
"
RDEPEND="${DEPEND}"