23 lines
494 B
Makefile
23 lines
494 B
Makefile
PORTNAME= stormy
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.3.3
|
|
PORTREVISION= 14
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= nxjoseph@FreeBSD.org
|
|
COMMENT= Minimal, customizable, and neofetch-like weather CLI
|
|
WWW= https://terminaltrove.com/stormy/ \
|
|
https://github.com/ashish0kumar/stormy
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/ashish0kumar/stormy
|
|
GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${DISTVERSIONFULL}"
|
|
|
|
PLIST_FILES= bin/stormy
|
|
|
|
.include <bsd.port.mk>
|