19 lines
596 B
Bash
19 lines
596 B
Bash
# Template file for 'dunst'
|
|
pkgname=dunst
|
|
version=1.3.1
|
|
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=ea296e1d3244641986c8596c88a4482f60090e48ba544e19fae60c8677b86dd6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|