freebsd-ports/sysutils/rest-server/Makefile
Dave Cottlehuber e1eee84c93 sysutils/rest-server: update to 0.12.1
* pet portclippy

ChangeLog: https://github.com/restic/rest-server/blob/v0.12.1/CHANGELOG.md

PR:		275541
Reported by:	Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
Sponsored by:	SkunkWerks, GmbH
2024-01-04 16:38:19 +00:00

28 lines
574 B
Makefile

PORTNAME= rest-server
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.1
CATEGORIES= sysutils
MAINTAINER= dch@FreeBSD.org
COMMENT= Performant HTTP server for sysutils/restic backend API
WWW= https://github.com/restic/rest-server
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= restic
USE_RC_SUBR= restserver
.include "${.CURDIR}/Makefile.deps"
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME}
USERS= restserver
GROUPS= restserver
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>