New package: vpnd-0.1.1

This commit is contained in:
Benjamin Slade 2020-05-12 17:45:35 -06:00 committed by Piraty
parent 3ac40da50e
commit 510a17a970
2 changed files with 21 additions and 0 deletions

2
srcpkgs/vpnd/INSTALL.msg Normal file
View File

@ -0,0 +1,2 @@
See the vpnd.conf file in /etc for customisation options
(including different icons themes).

19
srcpkgs/vpnd/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'vpnd'
pkgname=vpnd
version=0.1.1
revision=1
archs=noarch
depends="bash yad"
short_desc="Systray notifier for Void Linux packages"
maintainer="Benjamin Slade <slade@lambda-y.net>"
license="GPL-3.0-or-later"
homepage="https://gitlab.com/emacsomancer/vpnd"
distfiles="https://gitlab.com/emacsomancer/vpnd/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=49e148766f1e0bdb4a48d58bd72448e72c977f4c326393d694ae0cce2b42f6f9
do_install() {
vbin vpnd
vmkdir usr/share/icons/vpnd
vcopy "*.png" usr/share/icons/vpnd
vconf vpnd.conf
}