Po-Chuan Hsieh e3646c353d
databases/litestream: Update to 0.5.5
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/benbjohnson/litestream/releases
2025-12-19 19:11:27 +08:00

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>