From f774a20e4de7ab2369705b1c9412ba1428f20434 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Thu, 2 Sep 2021 13:29:18 +0200 Subject: [PATCH] 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. --- packages/runit/build.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/packages/runit/build.sh b/packages/runit/build.sh index d209cd694..c74d63feb 100644 --- a/packages/runit/build.sh +++ b/packages/runit/build.sh @@ -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