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
8 lines
375 B
Bash
8 lines
375 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/sharkdp/hyperfine
|
|
TERMUX_PKG_DESCRIPTION="A command-line benchmarking tool"
|
|
TERMUX_PKG_LICENSE="Apache-2.0"
|
|
TERMUX_PKG_VERSION=1.9.0
|
|
TERMUX_PKG_SRCURL=https://github.com/sharkdp/hyperfine/archive/v$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=c2b1c6b6364b849acad43dc740c693f5b75a1a4649f24f43967a98c59ad9e9f7
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|