sthen 6f731264c1 update to restic-0.14.0, ok abieber@
now with compression!
2022-08-27 09:56:44 +00:00

30 lines
524 B
Makefile

COMMENT = fast, efficient and secure backup program
MODGO_MODNAME = github.com/restic/restic
MODGO_VERSION = v0.14.0
DISTNAME = restic-${MODGO_VERSION}
CATEGORIES = sysutils
HOMEPAGE = https://restic.net/
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
NO_TEST = Yes
do-install:
${MODGO_INSTALL_TARGET}
${INSTALL_DATA_DIR} ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${PREFIX}/man/man1
.include "modules.inc"
.include <bsd.port.mk>