void-packages/srcpkgs/sv-netmount/template
Olivier Mauras dd9c6c8b22 New package: sv-netmount-0.1
Closes: #5970 [via git-merge-pr]
2017-03-12 19:25:26 +01:00

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
}