vp-build/srcpkgs/sv-netmount/template

17 lines
345 B
Bash

# Template file for 'sv-netmount'
pkgname=sv-netmount
version=0.1
revision=3
build_style="meta"
short_desc="Service to mount/umount network filesystems from fstab"
maintainer="Olivier Mauras <olivier@mauras.ch>"
license="GPL-2.0-or-later"
homepage="http://www.voidlinux.org/"
depends="runit"
post_install() {
# runit services
vsv netmount
}