contrib/dunst/Pkgfile

16 lines
481 B
Plaintext
Raw Normal View History

2019-03-03 00:22:38 +01:00
# Description: A lightweight replacement for the notification daemons provided by most desktop environments
# URL: https://dunst-project.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: dbus gdk-pixbuf pango xorg-libxinerama xorg-libxrandr xorg-libxscrnsaver
2019-03-03 00:22:38 +01:00
name=dunst
2019-08-15 23:17:35 +02:00
version=1.4.1
2019-03-03 00:22:38 +01:00
release=1
source=(https://github.com/dunst-project/$name/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
}