Skip to content

Commit c82ffc1

Browse files
committed
+safe_hashes
1 parent a7c57c1 commit c82ffc1

File tree

1 file changed

+29
-0
lines changed
  • projects/github.com/Cyfrin/safe-tx-hashes-util

1 file changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
distributable:
2+
url: https://github.com/Cyfrin/safe-tx-hashes-util/archive/refs/tags/{{ version.tag }}.tar.gz
3+
strip-components: 1
4+
5+
versions:
6+
github: Cyfrin/safe-tx-hashes-util
7+
8+
companions:
9+
getfoundry.sh: 1
10+
stedolan.github.io/jq: '*'
11+
curl.se: '*'
12+
13+
dependencies:
14+
gnu.org/bash: '>=4'
15+
gnu.org/gcc/libstdcxx: 14 # solc wants GLIBCXX_3.4.26
16+
17+
provides:
18+
- bin/safe_hashes
19+
20+
build: install -Dm755 safe_hashes.sh {{prefix}}/bin/safe_hashes
21+
22+
test:
23+
dependencies:
24+
gnu.org/sed: '*'
25+
script:
26+
- curl -O https://raw.githubusercontent.com/Cyfrin/safe-tx-hashes/refs/tags/{{ version.tag }}/test.sh
27+
- chmod +x test.sh
28+
- sed -i 's|\./safe_hashes.sh|safe_hashes|' test.sh
29+
- ./test.sh

0 commit comments

Comments
 (0)