diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-19 01:47:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-19 01:47:44 +0300 |
commit | 706c708b5aac148cd323a7f6b40513ba756ef45e (patch) | |
tree | 2a9c963283378af3c7e04ba2e4683ccbd220b978 /personal/dwm-notify-send | |
parent | c05ab7845f241547ab8607a91db1942617bc3d4e (diff) | |
download | repository-706c708b5aac148cd323a7f6b40513ba756ef45e.tar.gz |
move to personal
Diffstat (limited to 'personal/dwm-notify-send')
-rwxr-xr-x | personal/dwm-notify-send/build | 3 | ||||
-rw-r--r-- | personal/dwm-notify-send/checksums | 1 | ||||
-rw-r--r-- | personal/dwm-notify-send/sources | 1 | ||||
-rw-r--r-- | personal/dwm-notify-send/version | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/personal/dwm-notify-send/build b/personal/dwm-notify-send/build new file mode 100755 index 0000000..b5cbd9c --- /dev/null +++ b/personal/dwm-notify-send/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make -C dwm-notify-send DESTDIR="$1" PREFIX=/usr install diff --git a/personal/dwm-notify-send/checksums b/personal/dwm-notify-send/checksums new file mode 100644 index 0000000..d5b58ef --- /dev/null +++ b/personal/dwm-notify-send/checksums @@ -0,0 +1 @@ +git git+git://git.ckyln.com/cem-utils.git diff --git a/personal/dwm-notify-send/sources b/personal/dwm-notify-send/sources new file mode 100644 index 0000000..76a6d01 --- /dev/null +++ b/personal/dwm-notify-send/sources @@ -0,0 +1 @@ +git+git://git.ckyln.com/cem-utils.git diff --git a/personal/dwm-notify-send/version b/personal/dwm-notify-send/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/personal/dwm-notify-send/version @@ -0,0 +1 @@ +git 1 |