opnsense-ports/misc/perkeep/Makefile
Franco Fichtner bc9fc2848c */*: sync with upstream
Taken from: FreeBSD
2023-04-11 09:42:51 +02:00

26 lines
542 B
Makefile

PORTNAME= perkeep
DISTVERSION= 0.11
PORTREVISION= 12
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Storage system: Storing, syncing, sharing, modelling, backing up files
WWW= https://perkeep.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= go:modules
USE_GITHUB= yes
GO_TARGET= ${EXES:S/^/.\/cmd\//}
EXES= pk pk-deploy pk-devimport pk-get pk-mount pk-put
PLIST_FILES= ${EXES:S/^/bin\//}
# https://github.com/perkeep/perkeep/issues/1302
post-extract:
@${RM} ${WRKSRC}/vendor/modules.txt
.include <bsd.port.mk>