20 lines
646 B
Bash
20 lines
646 B
Bash
# Template file for 'dunst'
|
|
pkgname=dunst
|
|
version=1.2.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=a3c05b5ef87e88704a6207236e42773dfbcf50cb23c7cf51e494a7236b75c5ad
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm ${DESTDIR}/usr/lib/systemd/user/dunst.service
|
|
}
|