mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
31 lines
730 B
Makefile
31 lines
730 B
Makefile
PORTNAME= yarr
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= decke@FreeBSD.org
|
|
COMMENT= Yet another rss reader
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license
|
|
|
|
USES= go:modules
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nkanaev
|
|
GH_TUPLE= \
|
|
golang:net:7fd8e65b6420:golang_net/vendor/golang.org/x/net \
|
|
golang:sys:0981d6026fa6:golang_sys/vendor/golang.org/x/sys \
|
|
golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \
|
|
mattn:go-sqlite3:v1.14.7:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3
|
|
|
|
GO_TARGET= ./src/main.go:yarr
|
|
GO_BUILDFLAGS= -tags "sqlite_foreign_keys release" -ldflags "-X main.Version=${PORTVERSION}"
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|