void-packages/srcpkgs/sv-netmount/template
Juan RP 21fdf73989 srcpkgs: replace all refs from voidlinux.eu to voidlinux.org.
Revbumped affected packages.

Signed-off-by: Juan RP <xtraeme@gmail.com>

[ci skip]
2019-06-06 18:42:35 +02:00

17 lines
334 B
Bash

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