22 lines
756 B
Bash
22 lines
756 B
Bash
# Template file for 'dunst'
|
|
pkgname=dunst
|
|
version=1.4.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
make_build_target="all dunstify"
|
|
hostmakedepends="perl pkg-config"
|
|
makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
|
|
libxdg-basedir-devel libnotify-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=1563fe8c9eaf3307a3d7dbed240521f79e8415f136497030512c69713118bdfe
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vbin dunstify
|
|
}
|