blob: 90a93caa04f1cf07697466b69846c805a30d623f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= speedtest-go
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.10
PORTREVISION= 4
CATEGORIES= net www
MAINTAINER= driesm@FreeBSD.org
COMMENT= CLI and Go API to test internet speed using speedtest.net
WWW= https://github.com/showwin/speedtest-go
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/showwin/speedtest-go
GO_TARGET= .:${PORTNAME}
PLIST_FILES= bin/speedtest-go
.include <bsd.port.mk>
|