summaryrefslogtreecommitdiff
path: root/dunst/Pkgfile
blob: 66ba4cc80045e4388c73f952e483a89f956bfad5 (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
    5 
    6 name=dunst
    7 version=1.4.1
    8 release=1
    9 source=(https://github.com/dunst-project/$name/archive/v$version/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	make
   14 	make PREFIX=/usr DESTDIR=$PKG install
   15 }

Generated by cgit