mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
19 lines
359 B
Makefile
19 lines
359 B
Makefile
PORTNAME= gemget
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.9.0
|
|
PORTREVISION= 4
|
|
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>
|