aboutsummaryrefslogtreecommitdiff
path: root/sysutils/autorestic/Makefile
blob: c7643c6af3339e931cf0638f5fcfc1cabe802a67 (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=	4
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>