lsix: depends on imagemagick

This commit is contained in:
Leonid Pliushch 2022-09-07 10:25:57 +03:00
parent c0b3468385
commit af51d1cdcf
No known key found for this signature in database
GPG Key ID: 268047C7D92B9FF0
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ TERMUX_PKG_DESCRIPTION="Shows thumbnails in terminal using sixel graphics"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.8
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/hackerb9/lsix/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f19b0456abb72e203fa20edeb568883d4fe9c0e9555c6752644f313a6811f98e
TERMUX_PKG_DEPENDS="bash"
TERMUX_PKG_DEPENDS="bash, imagemagick"
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_BUILD_IN_SRC=true