summaryrefslogtreecommitdiff
path: root/net/gemget/Makefile
blob: 58935c46e3869303851b9ce0e660b5ffd4c76599 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=		gemget
DISTVERSIONPREFIX=	v
DISTVERSION=		1.9.0
PORTREVISION=	3
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>