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
376 B
Bash
8 lines
376 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/sharkdp/diskus
|
|
TERMUX_PKG_DESCRIPTION="A minimal, fast alternative to 'du -sh'"
|
|
TERMUX_PKG_LICENSE="Apache-2.0"
|
|
TERMUX_PKG_VERSION=0.6.0
|
|
TERMUX_PKG_SRCURL=https://github.com/sharkdp/diskus/archive/v$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=661687edefa3218833677660a38ccd4e2a3c45c4a66055c5bfa4667358b97500
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|