Files
ports/databases/litestream/Makefile
T

25 lines
548 B
Makefile

PORTNAME= litestream
PORTVERSION= 0.5.14
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
ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= module modernc.org/sqlite only supported on aarch64 and amd64
USES= cpe go:modules
GO_MODULE= github.com/benbjohnson/litestream
GO_TARGET= ./cmd/litestream
PLIST_FILES= bin/litestream
.include <bsd.port.mk>