summaryrefslogtreecommitdiff
path: root/dunst/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2019-03-02 17:22:38 -0600
committerMatt Housh <jaeger@crux.ninja>2019-03-02 17:22:38 -0600
commitc5b063d4b5a9ae9d29646611fdc9847ad14d83b3 (patch)
tree28bc98f4c5537368ba39c5530c64688e27839331 /dunst/Pkgfile
parente16bd3760f7b7a14fc9c47c3347a27ad1c0e20f1 (diff)
downloadcontrib-c5b063d4b5a9ae9d29646611fdc9847ad14d83b3.tar.gz
contrib-c5b063d4b5a9ae9d29646611fdc9847ad14d83b3.tar.xz
dunst: initial import, version 1.3.2
Diffstat (limited to 'dunst/Pkgfile')
-rw-r--r--dunst/Pkgfile15
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
+}

Generated by cgit