diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-08 13:09:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-08 13:09:52 +0300 |
commit | 67596087b9654e7503e55d59dd6b7d60c86ea359 (patch) | |
tree | 1715cd241d9e8cea5d30ff21fb205f1169a384dd /dwm-notify-send | |
parent | c09b827a5f1d8b26bb172988e7311b9893b48a24 (diff) | |
download | repository-67596087b9654e7503e55d59dd6b7d60c86ea359.tar.gz |
move out of the 'cem' directory
Diffstat (limited to 'dwm-notify-send')
-rwxr-xr-x | dwm-notify-send/build | 3 | ||||
-rw-r--r-- | dwm-notify-send/checksums | 1 | ||||
-rw-r--r-- | dwm-notify-send/sources | 1 | ||||
-rw-r--r-- | dwm-notify-send/version | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/dwm-notify-send/build b/dwm-notify-send/build new file mode 100755 index 0000000..b5cbd9c --- /dev/null +++ b/dwm-notify-send/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make -C dwm-notify-send DESTDIR="$1" PREFIX=/usr install diff --git a/dwm-notify-send/checksums b/dwm-notify-send/checksums new file mode 100644 index 0000000..d5b58ef --- /dev/null +++ b/dwm-notify-send/checksums @@ -0,0 +1 @@ +git git+git://git.ckyln.com/cem-utils.git diff --git a/dwm-notify-send/sources b/dwm-notify-send/sources new file mode 100644 index 0000000..76a6d01 --- /dev/null +++ b/dwm-notify-send/sources @@ -0,0 +1 @@ +git+git://git.ckyln.com/cem-utils.git diff --git a/dwm-notify-send/version b/dwm-notify-send/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/dwm-notify-send/version @@ -0,0 +1 @@ +git 1 |