vpnd: drop noarch + add runit service

This commit is contained in:
Toby Merz 2020-11-06 07:57:24 +01:00 committed by Andrew J. Hesford
parent 377daa3efa
commit 45c04417d7
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec /usr/bin/vpnd

View file

@ -1,9 +1,8 @@
# Template file for 'vpnd'
pkgname=vpnd
version=0.1.3
revision=1
archs=noarch
depends="bash"
revision=2
depends="bash libnotify"
conf_files="/etc/vpnd.conf"
short_desc="Package update notifier daemon for Void Linux"
maintainer="Benjamin Slade <slade@lambda-y.net>"
@ -17,4 +16,5 @@ do_install() {
vmkdir usr/share/icons/vpnd
vcopy "*.png" usr/share/icons/vpnd
vconf vpnd.conf
vsv vpnd
}