25 lines
914 B
Bash
25 lines
914 B
Bash
# Template file for 'dunst'
|
|
pkgname=dunst
|
|
version=1.6.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0)"
|
|
make_install_args="$make_build_args"
|
|
hostmakedepends="perl pkg-config"
|
|
makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
|
|
libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')"
|
|
short_desc="Lightweight and customizable notification daemon"
|
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://dunst-project.org"
|
|
changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
|
|
distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
|
|
checksum=cc7d801575f75e92b18d46ee5d3df80aaf331c88b83ec6caabbecf8636310e13
|
|
|
|
build_options="wayland"
|
|
build_options_default="wayland"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|