summaryrefslogtreecommitdiff
path: root/dunst/Pkgfile
blob: d3922e79231b2781b89481c53dc7a7bce854bc51 (plain)
    1 # Description: A lightweight replacement for the notification daemons provided by most desktop environments
    2 # URL: https://dunst-project.org/
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 # Depends on: dbus gdk-pixbuf pango xorg-libxinerama xorg-libxrandr xorg-libxscrnsaver libnotify
    5 
    6 name=dunst
    7 version=1.8.1
    8 release=1
    9 source=(https://github.com/dunst-project/$name/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12 	export WAYLAND=0
   13 	cd $name-$version
   14 	make
   15 	make PREFIX=/usr SYSCONFDIR=/etc DESTDIR=$PKG install
   16 }

Generated by cgit