void-packages/srcpkgs/dunst/template
maxice8 613f045cd8 dunst: update to 1.3.0.
Closes: #10510 [via git-merge-pr]
2018-01-07 20:54:26 +01:00

19 lines
596 B
Bash

# Template file for 'dunst'
pkgname=dunst
version=1.3.0
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config perl"
makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
libxdg-basedir-devel"
short_desc="Lightweight and customizable notification daemon"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD"
homepage="https://dunst-project.org"
distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
checksum=74c0b1165cf7a9c71f562bd97697970528eae625d34c8714f8b9951bd5ca5be6
post_install() {
vlicense LICENSE
}