17 lines
333 B
Bash
17 lines
333 B
Bash
# Template file for 'sv-netmount'
|
|
pkgname=sv-netmount
|
|
version=0.1
|
|
revision=1
|
|
short_desc="Service to mount/umount network filesystems from fstab"
|
|
homepage="http://www.voidlinux.eu/"
|
|
maintainer="Olivier Mauras <olivier@mauras.ch>"
|
|
license="GPL-2"
|
|
build_style="meta"
|
|
|
|
depends="runit"
|
|
|
|
post_install() {
|
|
# runit services
|
|
vsv netmount
|
|
}
|