blob: 27c204c25ef2942f77b59154b31c6863f6c686ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= stormy
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.3
PORTREVISION= 2
CATEGORIES= misc
MAINTAINER= nxjoseph@protonmail.com
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>
|