void-packages/srcpkgs/dunst/template
2019-03-30 22:38:18 -03:00

22 lines
756 B
Bash

# Template file for 'dunst'
pkgname=dunst
version=1.4.0
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=943c465ae2fdafeb6d611cd9b76ffaa3030a094b08b9185d234017f3f7654177
post_install() {
vlicense LICENSE
vbin dunstify
}