New package: vpnd-0.1.1
This commit is contained in:
parent
3ac40da50e
commit
510a17a970
|
@ -0,0 +1,2 @@
|
|||
See the vpnd.conf file in /etc for customisation options
|
||||
(including different icons themes).
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue