diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-18 03:37:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-18 03:37:56 +0300 |
commit | e8ff314ea60b4f443782a8cb5b87621a58cadf25 (patch) | |
tree | ba31a6b1a1986cf2234a5e175b6f1a6cb76c873d /dbus/dunst/build | |
parent | 47ac5db705f4ac596101a7d9c418473a5956577f (diff) | |
download | repository-e8ff314ea60b4f443782a8cb5b87621a58cadf25.tar.gz |
dunst: add new package at 1.5.0
Diffstat (limited to 'dbus/dunst/build')
-rwxr-xr-x | dbus/dunst/build | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dbus/dunst/build b/dbus/dunst/build new file mode 100755 index 00000000..66d8cd45 --- /dev/null +++ b/dbus/dunst/build @@ -0,0 +1,15 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +mk() { + make \ + PREFIX=/usr \ + MANDIR=/usr/share \ + DESTDIR="$DESTDIR" \ + WAYLAND="$(cpt l wayland >/dev/null 2>&1; printf '%s' "$(($? == 0))")" \ + "$@" +} + +mk dunst dunstify +mk install |