contrib/dunst/Pkgfile

17 lines
538 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 libnotify
2019-03-03 00:22:38 +01:00
name=dunst
2024-02-20 21:44:00 +01:00
version=1.10.0
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() {
2024-02-20 21:44:00 +01:00
export WAYLAND=0
cd $name-$version
make
make PREFIX=/usr SYSCONFDIR=/etc DESTDIR=$PKG install
2019-03-03 00:22:38 +01:00
}