void-packages/srcpkgs/runit-swap/template
2016-05-11 20:46:57 +02:00

25 lines
721 B
Bash

# Template file for 'runit-swap'
pkgname=runit-swap
version=1.4.0
revision=1
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=5274e79db84018a292b8ff19ec099cc1a9dd023ec5ec583bcb3e13007656b8b1
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
}