summaryrefslogtreecommitdiff
path: root/examples/pkgsite/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-18 18:21:56 -0600
committerJeff Carr <[email protected]>2024-11-18 18:21:56 -0600
commit891a4cada95f786bae78851e6d28bf2bfc2aafcb (patch)
tree9c8ae99b8ea717dc25b417599d8249d1349e329a /examples/pkgsite/Makefile
parent79dd86306edfb7822f44220ef211254959d707fb (diff)
more examplesv0.22.15
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'examples/pkgsite/Makefile')
-rw-r--r--examples/pkgsite/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/pkgsite/Makefile b/examples/pkgsite/Makefile
new file mode 100644
index 0000000..ecaad6a
--- /dev/null
+++ b/examples/pkgsite/Makefile
@@ -0,0 +1,13 @@
+.PHONY: build
+
+# this is how the mirrors.wit.com debian package is created
+
+all: build
+
+build:
+ go-deb --repo .
+
+# use the ncurses gui (only kinda works still)
+ncurses:
+ go-deb --gui gocui --repo .
+