mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
+github.com/rhash/RHash
This commit is contained in:
parent
57ac9ca3a4
commit
b4eb1925f8
1 changed files with 34 additions and 0 deletions
34
projects/github.com/rhash/RHash/package.yml
Normal file
34
projects/github.com/rhash/RHash/package.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
distributable:
|
||||
url: https://github.com/rhash/RHash/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: rhash/RHash/releases/tags
|
||||
|
||||
provides:
|
||||
- bin/whirlpool-hash
|
||||
- bin/tiger-hash
|
||||
- bin/tth-hash
|
||||
- bin/rhash
|
||||
- bin/sfv-hash
|
||||
- bin/magnet-link
|
||||
- bin/has160-hash
|
||||
- bin/gost12-256-hash
|
||||
- bin/gost12-512-hash
|
||||
- bin/edonr512-hash
|
||||
- bin/edonr256-hash
|
||||
- bin/ed2k-link
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
./configure --prefix={{ prefix }}
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
make test
|
||||
|
||||
test:
|
||||
script: |
|
||||
rhash --version
|
Loading…
Reference in a new issue