mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
runit-swap: update to 2.0.0.
This commit is contained in:
parent
bacbb3ac60
commit
883a8a14d3
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'runit-swap'
|
# Template file for 'runit-swap'
|
||||||
pkgname=runit-swap
|
pkgname=runit-swap
|
||||||
version=1.4.0
|
version=2.0.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"
|
||||||
|
@ -9,14 +9,14 @@ short_desc="Script to manage swapspaces"
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/thypon/runit-swap"
|
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=5274e79db84018a292b8ff19ec099cc1a9dd023ec5ec583bcb3e13007656b8b1
|
checksum=a66730777fb084564e7fae67f2017d775b757b6b6c0c319802f71bed2184e958
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin runit-swap.sh
|
vbin runit-swap
|
||||||
vconf runit-swap.conf
|
vinstall swap.conf 644 etc/runit
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue