From 67596087b9654e7503e55d59dd6b7d60c86ea359 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 8 May 2020 13:09:52 +0300 Subject: move out of the 'cem' directory --- dwm-notify-send/build | 3 +++ dwm-notify-send/checksums | 1 + dwm-notify-send/sources | 1 + dwm-notify-send/version | 1 + 4 files changed, 6 insertions(+) create mode 100755 dwm-notify-send/build create mode 100644 dwm-notify-send/checksums create mode 100644 dwm-notify-send/sources create mode 100644 dwm-notify-send/version (limited to 'dwm-notify-send') 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 -- cgit v1.2.3