mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: Swapspace-1.17
This commit is contained in:
parent
8607d2ad3d
commit
d4ec490fbc
2 changed files with 27 additions and 0 deletions
2
srcpkgs/Swapspace/files/swapspace/run
Normal file
2
srcpkgs/Swapspace/files/swapspace/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec swapspace
|
25
srcpkgs/Swapspace/template
Normal file
25
srcpkgs/Swapspace/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'Swapspace'
|
||||||
|
pkgname=Swapspace
|
||||||
|
version=1.17
|
||||||
|
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"
|
||||||
|
checksum=5a2d82ae7922588bf0c3e3728248672b94666bab76b4be569d3a8793edfabb4f
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue