diff options
author | Matt Housh <jaeger@crux.ninja> | 2019-03-02 17:22:38 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2019-03-02 17:22:38 -0600 |
commit | c5b063d4b5a9ae9d29646611fdc9847ad14d83b3 (patch) | |
tree | 28bc98f4c5537368ba39c5530c64688e27839331 /dunst/Pkgfile | |
parent | e16bd3760f7b7a14fc9c47c3347a27ad1c0e20f1 (diff) | |
download | contrib-c5b063d4b5a9ae9d29646611fdc9847ad14d83b3.tar.gz contrib-c5b063d4b5a9ae9d29646611fdc9847ad14d83b3.tar.xz |
dunst: initial import, version 1.3.2
Diffstat (limited to 'dunst/Pkgfile')
-rw-r--r-- | dunst/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dunst/Pkgfile b/dunst/Pkgfile new file mode 100644 index 000000000..f2f01c16c --- /dev/null +++ b/dunst/Pkgfile @@ -0,0 +1,15 @@ +# 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 libxdg-basedir pango xorg-libxinerama xorg-libxrandr xorg-libxscrnsaver + +name=dunst +version=1.3.2 +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 +} |