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
12 lines
474 B
Bash
12 lines
474 B
Bash
TERMUX_PKG_HOMEPAGE=https://fragglet.github.io/lhasa/
|
|
TERMUX_PKG_DESCRIPTION="LHA compressor/decompressor"
|
|
TERMUX_PKG_LICENSE="ISC"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.3.1
|
|
TERMUX_PKG_REVISION=6
|
|
TERMUX_PKG_SRCURL=https://soulsphere.org/projects/lhasa/lhasa-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=3fb08e5f85a9b9dd023922896be9157d5fb5c0448424681810aaa2b0558a5f24
|
|
TERMUX_PKG_BREAKS="lhasa-dev"
|
|
TERMUX_PKG_REPLACES="lhasa-dev"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|