mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 04:25:18 +02:00
17 lines
633 B
Bash
17 lines
633 B
Bash
# Template file for 'xfce4-fsguard-plugin'
|
|
pkgname=xfce4-fsguard-plugin
|
|
version=1.1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config gettext"
|
|
makedepends="xfce4-panel-devel"
|
|
short_desc="File system usage monitor plugin for the Xfce4 panel"
|
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
|
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=24b3789be6de92678e7036678530c4da4b3838aa3cda428439aa8d140704a4a6
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|