summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/bombadillo/Makefile25
-rw-r--r--www/bombadillo/distinfo3
-rw-r--r--www/bombadillo/pkg-descr5
4 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index c2bd8ac7c6e7..5d9c42ab19c5 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -76,6 +76,7 @@
SUBDIR += bareos23-webui
SUBDIR += beehive
SUBDIR += bluefish
+ SUBDIR += bombadillo
SUBDIR += bozohttpd
SUBDIR += browsh
SUBDIR += bugzilla2atom
diff --git a/www/bombadillo/Makefile b/www/bombadillo/Makefile
new file mode 100644
index 000000000000..c8e554870a90
--- /dev/null
+++ b/www/bombadillo/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= bombadillo
+DISTVERSION= 2.4.0
+CATEGORIES= www
+MASTER_SITES= https://tildegit.org/sloum/bombadillo/archive/
+DISTNAME= ${DISTVERSION}
+
+MAINTAINER= beastieboy@beastieboy.net
+COMMENT= Non-web client for the terminal
+WWW= https://bombadillo.colorfield.space/
+
+LICENSE= GPLv3
+
+USES= go:modules
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+INSTALL_TARGET= install-strip
+
+PLIST_FILES= bin/bombadillo \
+ share/man/man1/bombadillo.1.gz
+
+post-stage:
+ ${INSTALL_MAN} ${WRKSRC}/bombadillo.1 ${STAGEDIR}${PREFIX}/share/man/man1
+
+.include <bsd.port.mk>
diff --git a/www/bombadillo/distinfo b/www/bombadillo/distinfo
new file mode 100644
index 000000000000..bd1ed4141b9e
--- /dev/null
+++ b/www/bombadillo/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1667942116
+SHA256 (2.4.0.tar.gz) = e0daed1d9d0fe7cbea52bc3e6ecff327749b54e792774e6b985e0d64b7a36437
+SIZE (2.4.0.tar.gz) = 104412
diff --git a/www/bombadillo/pkg-descr b/www/bombadillo/pkg-descr
new file mode 100644
index 000000000000..e0bd1cd595bd
--- /dev/null
+++ b/www/bombadillo/pkg-descr
@@ -0,0 +1,5 @@
+Bombabillo is a non-web client for the terminal, supporting Gopher,
+Gemini and much more.
+
+Bombadillo features a full terminal user interface, vim-like keybindings,
+document pager, configurable settings, and a robust command selection.