20 lines
692 B
Bash
20 lines
692 B
Bash
# Template file for 'dunst'
|
|
pkgname=dunst
|
|
version=1.3.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
hostmakedepends="perl pkg-config"
|
|
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-3-Clause"
|
|
#changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
|
|
homepage="https://dunst-project.org"
|
|
distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
|
|
checksum=aab6e8fb1105a64153eee1db85d00ddb807994f03f7222aa46d40e3f3846d28a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|