mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
runit-swap: update to 1.4.0.
This commit is contained in:
parent
2fcfa56b2d
commit
e9360a2c7a
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'runit-swap'
|
# Template file for 'runit-swap'
|
||||||
pkgname=runit-swap
|
pkgname=runit-swap
|
||||||
version=1.3.0
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="runit bash util-linux>=2.26"
|
depends="runit bash util-linux>=2.26"
|
||||||
|
@ -12,7 +12,7 @@ homepage="https://github.com/thypon/runit-swap"
|
||||||
conf_files="/etc/runit-swap.conf"
|
conf_files="/etc/runit-swap.conf"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=b16528b70411425ccf2d32c07928be88fd3914fff7da317fc91c9e01068dd389
|
checksum=5274e79db84018a292b8ff19ec099cc1a9dd023ec5ec583bcb3e13007656b8b1
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin runit-swap.sh
|
vbin runit-swap.sh
|
||||||
|
@ -21,6 +21,4 @@ do_install() {
|
||||||
vinstall swap/run 755 etc/sv/runit-swap
|
vinstall swap/run 755 etc/sv/runit-swap
|
||||||
vinstall swap/finish 755 etc/sv/runit-swap
|
vinstall swap/finish 755 etc/sv/runit-swap
|
||||||
ln -s /run/runit/supervise.runit-swap ${PKGDESTDIR}/etc/sv/runit-swap/supervise
|
ln -s /run/runit/supervise.runit-swap ${PKGDESTDIR}/etc/sv/runit-swap/supervise
|
||||||
|
|
||||||
vinstall 90-runit-swap.conf 644 usr/lib/modprobe.d
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue