runit: remove runit program
We do not use it in termux. Also update to latest commit. Fixes https://github.com/termux/termux-packages/issues/7453.
This commit is contained in:
parent
a15b932d9b
commit
f774a20e4d
@ -3,11 +3,16 @@ TERMUX_PKG_DESCRIPTION="Tools to provide service supervision and to manage servi
|
||||
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
||||
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
|
||||
TERMUX_PKG_VERSION=2.1.2
|
||||
TERMUX_PKG_REVISION=2
|
||||
_COMMIT=d24ac1333e34a73c5349030aef1c64c5cc1318cc
|
||||
TERMUX_PKG_REVISION=3
|
||||
_COMMIT=339dc067c537e36ecb1232f0cfed792ca36c59dd
|
||||
TERMUX_PKG_SRCURL=https://git.sr.ht/~grimler/runit/archive/$_COMMIT.tar.gz
|
||||
TERMUX_PKG_SHA256=f6d14f4107ba106bbfef15fd9f71ea3b70c1154169fc7efadd868cceb376b35f
|
||||
TERMUX_PKG_RM_AFTER_INSTALL="bin/runit-init share/man/man8/runit-init.8"
|
||||
TERMUX_PKG_SHA256=f9f0010329dbdbe9021578f3dd54c11d0cab9489375265a172e1da20ffeb03cf
|
||||
TERMUX_PKG_RM_AFTER_INSTALL="
|
||||
bin/runit
|
||||
bin/runit-init
|
||||
share/man/man8/runit.8
|
||||
share/man/man8/runit-init.8
|
||||
"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
autoreconf -vfi
|
||||
|
Loading…
Reference in New Issue
Block a user