ports/net/gemget/Makefile
2025-12-03 13:24:45 -05:00

19 lines
360 B
Makefile

PORTNAME= gemget
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.0
PORTREVISION= 11
CATEGORIES= net
MAINTAINER= codeleaves@yahoo.com
COMMENT= CLI downloader for the Gemini protocol
WWW= https://github.com/makew0rld/gemget
LICENSE= MIT
USES= go:modules
GO_MODULE= github.com/makeworld-the-better-one/gemget
PLIST_FILES= bin/gemget
.include <bsd.port.mk>