summaryrefslogtreecommitdiff
path: root/sysutils/autorestic/Makefile
blob: 6c4c67b7a15c1485843a852c628cebf453a751f0 (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.8.3
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>