initial chicken-install support - holymoly - A tor enabled gopher client written in CHICKEN scheme
(HTM) git clone git://vernunftzentrum.de/holymoly.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 28a0b1f807dc477492fa17ee57a0a6b4ce6df4da
(DIR) parent 97785e927c073a76cee25dc3b35fdc8baaa2ef9a
(HTM) Author: Christian Kellermann <ckeen@pestilenz.org>
Date: Fri, 27 Apr 2018 15:01:31 +0200
initial chicken-install support
Diffstat:
build.sh | 2 +-
holymoly.meta | 6 ++++++
holymoly.setup | 2 ++
3 files changed, 9 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/build.sh b/build.sh
@@ -6,5 +6,5 @@ cd ncurses
patch < ../ncurses-trunk.diff
chicken-install
cd -
-csc holymoly
+chicken-install
rm -r ncurses *.o
(DIR) diff --git a/holymoly.meta b/holymoly.meta
@@ -0,0 +1,5 @@
+((author "Christian Kellermann")
+ (license BSD)
+ (synopsis "A gopher client using ncurses and supporting SOCKS proxies")
+ (needs miscmacros uri-common srfi-71 bitstring)
+ (files "holymoly.scm" "proxy.scm" "cursor.scm"))
+\ No newline at end of file
(DIR) diff --git a/holymoly.setup b/holymoly.setup
@@ -0,0 +1 @@
+(compile holymoly.scm)
+\ No newline at end of file