void-packages/srcpkgs/Swapspace/template

26 lines
727 B
Bash
Raw Normal View History

2022-07-11 00:11:22 +02:00
# Template file for 'Swapspace'
pkgname=Swapspace
2022-10-09 07:17:25 +02:00
version=1.18
2022-07-11 00:11:22 +02:00
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake"
short_desc="Dynamic swap manager for Linux"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/Tookmund/swapspace"
changelog="https://raw.githubusercontent.com/Tookmund/Swapspace/master/NEWS"
distfiles="https://github.com/Tookmund/Swapspace/archive/v${version}/${version}.tar.gz"
2022-10-09 07:17:25 +02:00
checksum=4efbf0815c3e3f85e907a693ab5e74ae99f0041a3bb41358c68c2d4ac370fec2
2022-07-11 00:11:22 +02:00
conf_files="/etc/swapspace.conf"
make_dirs="/var/lib/swapspace 0700 root root"
pre_configure() {
autoreconf -vfi
}
post_install() {
vman doc/swapspace.8
vsv swapspace
}