aboutsummaryrefslogtreecommitdiff
path: root/sysutils/autorestic/Makefile
blob: 4f508cbf2ff5ca6471cc76974968bc8970391e48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	autorestic
DISTVERSIONPREFIX=	v
DISTVERSION=	1.7.10
PORTREVISION=	3
CATEGORIES=	sysutils

MAINTAINER=	DtxdF@disroot.org
COMMENT=	Config driven, easy backup cli for restic
WWW=		https://github.com/cupcakearmy/${PORTNAME}

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	restic:sysutils/restic

USES=		go:modules
GO_MODULE=	github.com/cupcakearmy/${PORTNAME}

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>