void-packages/srcpkgs/runit-swap/template
2015-07-25 20:21:31 +02:00

26 lines
774 B
Bash

# Template file for 'runit-swap'
pkgname=runit-swap
version=1.2.0
revision=2
build_style=meta
depends="runit bash util-linux>=2.26"
hostmakedepends="git"
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"
noarch=yes
distfiles="$homepage/archive/v$version.tar.gz"
checksum=24e5d7424fb7d195bcc10605353f9c24acec5a42e64a8409ae20ab839cccbda6
do_install() {
vbin runit-swap.sh
vconf runit-swap.conf
vinstall swap/run 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
vinstall 90-runit-swap.conf 644 usr/lib/modprobe.d
}