void-packages/srcpkgs/xfce4-wavelan-plugin/template
2025-01-04 13:18:53 +07:00

17 lines
603 B
Bash

# Template file for 'xfce4-wavelan-plugin'
pkgname=xfce4-wavelan-plugin
version=0.6.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config gettext"
makedepends="xfce4-panel-devel"
short_desc="WaveLAN plugin for the Xfce4 panel"
maintainer="Piraty <mail@piraty.dev>"
license="BSD-2-Clause"
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin"
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=129c917b40ffa10d96f3d2c0d03f1e8ad8037c79133e9a6436661e37dd7bb3de
post_install() {
vlicense COPYING
}