blob: 732a8e86d8dc0a3b2cb43fae569a94e7fa1646e6 (
plain)
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
26
27
28
29
|
PORTNAME= oura
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.1
PORTREVISION= 1
CATEGORIES= net-p2p
MAINTAINER= boris@zfs.ninja
COMMENT= A pipeline that connects to the tip of a Cardano node
WWW= https://txpipe.github.io/oura/
LICENSE= APACHE20
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= requires AVX on x86
USES= cargo ssl
USE_GITHUB= yes
GH_ACCOUNT= txpipe
USE_RC_SUBR= oura
PLIST_FILES= bin/oura
post-patch:
# Remove vendored ssl
${REINPLACE_CMD} -e 's/^openssl.*/openssl = { version = "0.10", optional = true }/g' \
${WRKSRC}/Cargo.toml
.include <bsd.port.mk>
|