diff options
Diffstat (limited to 'net/ziina/Makefile')
-rw-r--r-- | net/ziina/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/ziina/Makefile b/net/ziina/Makefile new file mode 100644 index 000000000000..a8818b88cabb --- /dev/null +++ b/net/ziina/Makefile @@ -0,0 +1,21 @@ +PORTNAME= ziina +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.3 +CATEGORIES= net + +MAINTAINER= fuz@FreeBSD.org +COMMENT= Instant terminal sharing using Zellij +WWW= https://github.com/ziinaio/ziina + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= zellij:sysutils/zellij + +USES= go:1.24,modules + +GO_MODULE= github.com/ziinaio/ziina + +PLIST_FILES= bin/ziina + +.include <bsd.port.mk> |