aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipfs-go-fs-repo-migrations/Makefile
blob: b7b70c7b9a53564e54a099901bbcb8a5a0ad12d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	ipfs-go-fs-repo-migrations
DISTVERSIONPREFIX=	v
DISTVERSION=	1.7.1
PORTREVISION=	8
CATEGORIES=	sysutils
MASTER_SITES=	https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Migrations for the filesystem repository of ipfs clients
WWW=		https://github.com/ipfs/fs-repo-migrations

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BROKEN_aarch64=	fails to build: sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00

ONLY_FOR_ARCHS=	aarch64 amd64 i386

USES=		go:modules

WRKSRC=		${WRKDIR}/fs-repo-migrations-${DISTVERSION}
PLIST_FILES=	bin/fs-repo-migrations
GO_TARGET=	:fs-repo-migrations

.include <bsd.port.mk>