mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
f157169ac3
This commit has been automatically submitted by Github Actions.
16 lines
605 B
Bash
16 lines
605 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/hackerb9/lsix
|
|
TERMUX_PKG_DESCRIPTION="Shows thumbnails in terminal using sixel graphics"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.9.1"
|
|
TERMUX_PKG_SRCURL=https://github.com/hackerb9/lsix/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=310e25389da13c19a0793adcea87f7bc9aa8acc92d9534407c8fbd5227a0e05d
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="bash, imagemagick"
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_make_install() {
|
|
install -Dm700 -t $TERMUX_PREFIX/bin lsix
|
|
}
|