9c9e7f65b8
Specifying Termux org members is more correct as we don't have repo-specific maintainers for termux-packages. DEB control field specification doesn't allow to specify multiple people as package maintainers. Value "Termux members @termux" will be used as default for that field which can be overridden on per-package basis if needed. %ci:no-build
11 lines
462 B
Bash
11 lines
462 B
Bash
TERMUX_PKG_HOMEPAGE=https://sourceforge.net/projects/giflib/
|
|
TERMUX_PKG_DESCRIPTION="A library for reading and writing gif images"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_VERSION=5.2.1
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/giflib-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd
|
|
TERMUX_PKG_BREAKS="giflib-dev"
|
|
TERMUX_PKG_REPLACES="giflib-dev"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|