Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions srcpkgs/runit/patches/clearmem.patch

This file was deleted.

10 changes: 5 additions & 5 deletions srcpkgs/runit/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'runit'
pkgname=runit
version=2.3.0
revision=2
version=2.3.1
revision=1
build_style="gnu-makefile"
short_desc="UNIX init scheme with service supervision"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://smarden.org/runit/"
distfiles="https://smarden.org/runit/runit-${version}.tar.gz"
checksum=190e11c1f8072b543bb6bd53850555c458d6e306d53df3fc1232d300c3e21b51
checksum=634f23c8c4d1d440043be0fe928ddf904626289e97bfe7c5826e93aaf2cc6fe9

build_options="static"

Expand Down Expand Up @@ -53,7 +53,7 @@ do_install() {
vbin src/$f
done

for f in man/*; do
for f in man/*.?; do
vman $f
done

Expand Down