termux-packages/packages/runit/build.sh

20 lines
626 B
Bash

TERMUX_PKG_HOMEPAGE=http://smarden.org/runit
TERMUX_PKG_DESCRIPTION="Tools to provide service supervision and to manage services"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=2.1.2
TERMUX_PKG_REVISION=3
_COMMIT=339dc067c537e36ecb1232f0cfed792ca36c59dd
TERMUX_PKG_SRCURL=https://git.sr.ht/~grimler/runit/archive/$_COMMIT.tar.gz
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
}