mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dinit: update to 0.19.1.
This commit is contained in:
parent
24883cd17b
commit
a315dfe2d8
1 changed files with 9 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'dinit'
|
# Template file for 'dinit'
|
||||||
pkgname=dinit
|
pkgname=dinit
|
||||||
version=0.18.0
|
version=0.19.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="
|
configure_args="
|
||||||
-Ddinit-sbindir=/usr/bin
|
-Ddinit-sbindir=/usr/bin
|
||||||
-Dbuild-shutdown=disabled
|
-Dshutdown-prefix=dinit-
|
||||||
-Dunit-tests=true
|
-Dunit-tests=true
|
||||||
-Digr-tests=true
|
-Digr-tests=true
|
||||||
-Db_ndebug=false"
|
-Db_ndebug=false"
|
||||||
|
@ -16,4 +16,10 @@ license="Apache-2.0"
|
||||||
homepage="https://davmac.org/projects/dinit/"
|
homepage="https://davmac.org/projects/dinit/"
|
||||||
changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS"
|
changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS"
|
||||||
distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
|
distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
|
||||||
checksum=ec854903e93416b3f65e72009dcde4965869d8793e2314565484d94ede534e48
|
checksum=e4ef40844ce64ca7476b9acba2adabdca49a2b59c97641a99e7d47904701a5f5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/share/doc/dinit
|
||||||
|
vcopy doc/linux/* usr/share/doc/dinit/
|
||||||
|
vdoc doc/getting_started.md
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue