2022-10-29 17:35:05 +02:00
|
|
|
# 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"
|
|
|
|
|
2023-09-28 22:15:23 +02:00
|
|
|
inherit git-r3 cmake
|
2022-10-29 17:35:05 +02:00
|
|
|
|
|
|
|
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}"
|