Skip to content

Commit

Permalink
net-im/zkgroup: Chase USES=cargo's new git source support
Browse files Browse the repository at this point in the history
PR:		256581
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Oct 25, 2021
1 parent c278b23 commit eb16c4a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions net-im/zkgroup/Makefile
Expand Up @@ -13,8 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= signalapp
GH_TUPLE= signalapp:curve25519-dalek:477356e017c7cc2aa168f956786b34690870768f:curvedalek \
signalapp:poksho:8bb8c61c18e7bbe93c094ed91be52b9f96c1c5cd:poksho
USE_JAVA= yes
JAVA_VERSION= 11+
USE_LDCONFIG= yes
Expand Down Expand Up @@ -128,8 +126,9 @@ CARGO_CRATES= aead-0.4.1 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
zeroize-1.3.0
CARGO_USE_GITHUB= yes
zeroize-1.3.0 \
poksho@git+https://github.com/signalapp/poksho.git\#8bb8c61c18e7bbe93c094ed91be52b9f96c1c5cd \
curve25519-dalek@git+https://github.com/signalapp/curve25519-dalek.git?branch=lizard2\#477356e017c7cc2aa168f956786b34690870768f

PLIST_FILES= lib/lib${PORTNAME}.so

Expand Down

0 comments on commit eb16c4a

Please sign in to comment.