diff options
author | Case Duckworth | 2024-01-02 22:07:15 -0600 |
---|---|---|
committer | Case Duckworth | 2024-01-02 22:07:15 -0600 |
commit | b9d785aa9c681f0a6c804eec9bc356aaca78f3ee (patch) | |
tree | a42279dda8b02fc259685df455f8850539e73a8e /acdwm.egg | |
download | acdwm-0.0.tar.gz acdwm-0.0.zip |
initial commit v0.0
Diffstat (limited to 'acdwm.egg')
-rw-r--r-- | acdwm.egg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/acdwm.egg b/acdwm.egg new file mode 100644 index 0000000..a0fb9ce --- /dev/null +++ b/acdwm.egg | |||
@@ -0,0 +1,9 @@ | |||
1 | ;; -*- scheme -*- | ||
2 | |||
3 | ((synopsis "acdw indow manager") | ||
4 | (author "Case Duckworth") | ||
5 | (license "God Willing") | ||
6 | (version 0.0.0) | ||
7 | (dependencies matchable xlib srfi-1) | ||
8 | (components | ||
9 | (program acdwm))) | ||