diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-13 11:12:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-13 11:12:31 +0300 |
commit | 4c391d1e500cc1e61518546a28d07cd75e2150be (patch) | |
tree | f2dc412059b071eb84e8a0f2054e843aea2a8a2e | |
parent | 549796288d8456ab0149f8bb3eddb497f2177e87 (diff) | |
download | repository-4c391d1e500cc1e61518546a28d07cd75e2150be.tar.gz |
dwm-notify-send: add new package at git to cem
-rwxr-xr-x | cem/dwm-notify-send/build | 3 | ||||
-rw-r--r-- | cem/dwm-notify-send/checksums | 1 | ||||
-rw-r--r-- | cem/dwm-notify-send/sources | 1 | ||||
-rw-r--r-- | cem/dwm-notify-send/version | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/cem/dwm-notify-send/build b/cem/dwm-notify-send/build new file mode 100755 index 0000000..b5cbd9c --- /dev/null +++ b/cem/dwm-notify-send/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make -C dwm-notify-send DESTDIR="$1" PREFIX=/usr install diff --git a/cem/dwm-notify-send/checksums b/cem/dwm-notify-send/checksums new file mode 100644 index 0000000..d5b58ef --- /dev/null +++ b/cem/dwm-notify-send/checksums @@ -0,0 +1 @@ +git git+git://git.ckyln.com/cem-utils.git diff --git a/cem/dwm-notify-send/sources b/cem/dwm-notify-send/sources new file mode 100644 index 0000000..76a6d01 --- /dev/null +++ b/cem/dwm-notify-send/sources @@ -0,0 +1 @@ +git+git://git.ckyln.com/cem-utils.git diff --git a/cem/dwm-notify-send/version b/cem/dwm-notify-send/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/cem/dwm-notify-send/version @@ -0,0 +1 @@ +git 1 |