37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
10 lines
581 B
Bash
10 lines
581 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/HOST-Oman/libraqm
|
|
TERMUX_PKG_DESCRIPTION="Raqm is a small library that encapsulates the logic for complex text layout and provides a convenient API."
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.7.1
|
|
TERMUX_PKG_SRCURL=https://github.com/HOST-Oman/libraqm/releases/download/v$TERMUX_PKG_VERSION/raqm-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=86488cf0b8ac736943fa748bd812000db63cc5ab6ad69c942e68e5187f4b9828
|
|
TERMUX_PKG_DEPENDS="freetype, harfbuzz, fribidi"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-gtk-doc"
|