new package: topgrade (#7879)
This commit is contained in:
parent
3a958c35ce
commit
1473e67a29
13
packages/topgrade/build.sh
Normal file
13
packages/topgrade/build.sh
Normal file
@ -0,0 +1,13 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/r-darwish/topgrade/
|
||||
TERMUX_PKG_DESCRIPTION="Upgrade all the things"
|
||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||
TERMUX_PKG_MAINTAINER="@laurentlbm"
|
||||
TERMUX_PKG_VERSION=8.0.3
|
||||
TERMUX_PKG_SRCURL=https://github.com/r-darwish/topgrade/archive/v$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=c60dd5ae7d1d3bcfe941ead9f088c4b0413b9a4561fb9154429faf86a43e0983
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_post_make_install() {
|
||||
install -Dm600 -t $TERMUX_PREFIX/share/man/man8 $TERMUX_PKG_SRCDIR/topgrade.8
|
||||
}
|
Loading…
Reference in New Issue
Block a user