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
10 lines
473 B
Bash
10 lines
473 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libsigsegv/
|
|
TERMUX_PKG_DESCRIPTION="GNU libsigsegv is a library for handling page faults in user mode"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_VERSION=2.12
|
|
TERMUX_PKG_REVISION=5
|
|
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=3ae1af359eebaa4ffc5896a1aee3568c052c99879316a1ab57f8fe1789c390b6
|
|
TERMUX_PKG_BREAKS="libsigsegv-dev"
|
|
TERMUX_PKG_REPLACES="libsigsegv-dev"
|