diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-28 00:43:00 +0200 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-13 18:18:20 -0400 |
commit | 1cd433d3b979a852b3a7b1754d754b9adaece714 (patch) | |
tree | 6689b1369066939497bee6d71f7428491c3b382d /dev-util/lottieconverter | |
parent | dev-tex/*: fix variable order (diff) | |
download | guru-1cd433d3b979a852b3a7b1754d754b9adaece714.tar.gz guru-1cd433d3b979a852b3a7b1754d754b9adaece714.tar.bz2 guru-1cd433d3b979a852b3a7b1754d754b9adaece714.zip |
dev-util/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-util/lottieconverter')
-rw-r--r-- | dev-util/lottieconverter/lottieconverter-0.2.ebuild | 4 |
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}" |