1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 11:07:08 +00:00
termux-packages/packages/gifsicle/build.sh

11 lines
491 B
Bash
Raw Permalink Normal View History

2017-03-26 23:56:11 +00:00
TERMUX_PKG_HOMEPAGE=https://www.lcdf.org/gifsicle/
2015-06-12 23:03:31 +00:00
TERMUX_PKG_DESCRIPTION="Tool for creating, editing, and getting information about GIF images and animations"
2019-01-21 12:53:58 +00:00
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
2021-07-07 21:09:55 +00:00
TERMUX_PKG_VERSION=1.93
2019-04-22 14:59:12 +00:00
TERMUX_PKG_SRCURL=https://www.lcdf.org/gifsicle/gifsicle-${TERMUX_PKG_VERSION}.tar.gz
2021-07-07 21:09:55 +00:00
TERMUX_PKG_SHA256=92f67079732bf4c1da087e6ae0905205846e5ac777ba5caa66d12a73aa943447
# for gifview
TERMUX_PKG_BUILD_DEPENDS="libx11"
TERMUX_PKG_SUGGESTS="libx11"