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
526 B
Bash
11 lines
526 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/hoedown/hoedown
|
|
TERMUX_PKG_DESCRIPTION="Hoedown is a revived fork of Sundown, the Markdown parser based on the original code of the Upskirt library"
|
|
TERMUX_PKG_LICENSE="ISC"
|
|
TERMUX_PKG_VERSION=3.0.7
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=https://github.com/hoedown/hoedown/archive/$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=01b6021b1ec329b70687c0d240b12edcaf09c4aa28423ddf344d2bd9056ba920
|
|
TERMUX_PKG_BREAKS="hoedown-dev"
|
|
TERMUX_PKG_REPLACES="hoedown-dev"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|