mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +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'
|
||||
pkgname=runit-swap
|
||||
version=1.4.0
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=meta
|
||||
depends="runit bash util-linux>=2.26"
|
||||
|
@ -9,14 +9,14 @@ short_desc="Script to manage swapspaces"
|
|||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/thypon/runit-swap"
|
||||
conf_files="/etc/runit-swap.conf"
|
||||
conf_files="/etc/runit/swap.conf"
|
||||
noarch=yes
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=5274e79db84018a292b8ff19ec099cc1a9dd023ec5ec583bcb3e13007656b8b1
|
||||
checksum=a66730777fb084564e7fae67f2017d775b757b6b6c0c319802f71bed2184e958
|
||||
|
||||
do_install() {
|
||||
vbin runit-swap.sh
|
||||
vconf runit-swap.conf
|
||||
vbin runit-swap
|
||||
vinstall swap.conf 644 etc/runit
|
||||
|
||||
vinstall swap/run 755 etc/sv/runit-swap
|
||||
vinstall swap/finish 755 etc/sv/runit-swap
|
||||
|
|
Loading…
Add table
Reference in a new issue