aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/lottieconverter')
-rw-r--r--dev-util/lottieconverter/lottieconverter-0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lottieconverter/lottieconverter-0.2.ebuild b/dev-util/lottieconverter/lottieconverter-0.2.ebuild
index 36a674c60..997c31987 100644
--- a/dev-util/lottieconverter/lottieconverter-0.2.ebuild
+++ b/dev-util/lottieconverter/lottieconverter-0.2.ebuild
@@ -9,12 +9,12 @@ DESCRIPTION="Simple lottie (telegram animated sticker) converter."
HOMEPAGE="https://github.com/sot-tech/LottieConverter"
SRC_URI="https://github.com/sot-tech/${PN}/archive/refs/tags/r${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/LottieConverter-r0.2"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
-S="${WORKDIR}/LottieConverter-r0.2"
-
DEPEND="media-libs/rlottie media-libs/libpng media-libs/giflib"
RDEPEND="${DEPEND}"