From 4a686b34bf2eeaf74359eaa334a040f7b529d1dd Mon Sep 17 00:00:00 2001 From: Benjamin Slade Date: Tue, 12 May 2020 17:45:35 -0600 Subject: [PATCH] New package: vpnd-0.1.1 --- srcpkgs/vpnd/INSTALL.msg | 2 ++ srcpkgs/vpnd/template | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 srcpkgs/vpnd/INSTALL.msg create mode 100644 srcpkgs/vpnd/template diff --git a/srcpkgs/vpnd/INSTALL.msg b/srcpkgs/vpnd/INSTALL.msg new file mode 100644 index 00000000000..3dc156ea77a --- /dev/null +++ b/srcpkgs/vpnd/INSTALL.msg @@ -0,0 +1,2 @@ +See the vpnd.conf file in /etc for customisation options +(including different icons themes). diff --git a/srcpkgs/vpnd/template b/srcpkgs/vpnd/template new file mode 100644 index 00000000000..7efe0f122f4 --- /dev/null +++ b/srcpkgs/vpnd/template @@ -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 " +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 +}