void-packages/srcpkgs/dunst/template
2020-05-29 13:04:36 +02:00

23 lines
752 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="Orphaned <orphan@voidlinux.org>"
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
}