aboutsummaryrefslogtreecommitdiff
path: root/graphics/gowall/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gowall/Makefile')
-rw-r--r--graphics/gowall/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/gowall/Makefile b/graphics/gowall/Makefile
new file mode 100644
index 000000000000..3258078e0c19
--- /dev/null
+++ b/graphics/gowall/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= gowall
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.2.1
+CATEGORIES= graphics
+
+MAINTAINER= nxjoseph@protonmail.com
+COMMENT= Versatile tool to process images
+WWW= https://github.com/Achno/gowall
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= xdg-open:devel/xdg-utils
+
+USES= go:1.22,modules
+
+GO_MODULE= github.com/Achno/gowall
+
+PLIST_FILES= bin/gowall
+
+OPTIONS_DEFINE= PREVIEW
+OPTIONS_DEFAULT= PREVIEW
+PREVIEW_DESC= Enable image preview support using chafa
+PREVIEW_RUN_DEPENDS= chafa:graphics/chafa
+
+.include <bsd.port.mk>