mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
fce0cc3272
MFH: 2024Q2
28 lines
784 B
Makefile
28 lines
784 B
Makefile
PORTNAME= xhash
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.3.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= rbranco@suse.de
|
|
COMMENT= Calculate hashes on files using goroutines
|
|
WWW= https://github.com/ricardobranco777/xhash/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules,1.21
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ricardobranco777
|
|
#GO_MODULE= github.com/ricardobranco777/xhash
|
|
GH_TUPLE= \
|
|
golang:crypto:v0.19.0:golang_crypto/vendor/golang.org/x/crypto \
|
|
golang:sys:v0.17.0:golang_sys/vendor/golang.org/x/sys \
|
|
klauspost:cpuid:v2.0.12:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \
|
|
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
|
|
zeebo:blake3:v0.2.3:zeebo_blake3/vendor/github.com/zeebo/blake3
|
|
|
|
PLIST_FILES= bin/xhash
|
|
|
|
.include <bsd.port.mk>
|