- Update pkg-descr - Take maintainership Changes: https://github.com/benbjohnson/litestream/releases
22 lines
427 B
Makefile
22 lines
427 B
Makefile
PORTNAME= litestream
|
|
PORTVERSION= 0.5.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Streaming replication for SQLite
|
|
WWW= https://litestream.io/ \
|
|
https://github.com/benbjohnson/litestream
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/benbjohnson/litestream
|
|
GO_TARGET= ./cmd/litestream
|
|
|
|
PLIST_FILES= bin/litestream
|
|
|
|
.include <bsd.port.mk>
|