overlay/media-gfx/libresprite/libresprite-9999.ebuild
rick 23bc38837c
fix libresprite
remove useless dependancies and eclass
remove useless commit
2023-09-28 22:21:40 +02:00

27 lines
501 B
Bash

# 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}"