opnsense-ports/misc/perkeep/Makefile
Franco Fichtner 85a073a62c */*: sync with upstream
Taken from: FreeBSD
2024-05-14 14:28:57 +02:00

26 lines
542 B
Makefile

PORTNAME= perkeep
DISTVERSION= 0.11
PORTREVISION= 19
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>