mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
+ipfs.tech
This commit is contained in:
parent
7ef92d3d54
commit
678627d04a
1 changed files with 20 additions and 0 deletions
20
projects/ipfs.tech/package.yml
Normal file
20
projects/ipfs.tech/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
distributable:
|
||||
url: https://github.com/ipfs/kubo/releases/download/v{{version}}/kubo-source.tar.gz
|
||||
checksum: https://github.com/ipfs/kubo/releases/download/v{{version}}/kubo-source.tar.gz.sha512
|
||||
cid: https://github.com/ipfs/kubo/releases/download/v{{version}}/kubo-source.tar.gz.cid
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: ipfs/kubo
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/make: '*'
|
||||
go.dev: 1
|
||||
script: |
|
||||
make build
|
||||
mkdir {{prefix}}/bin
|
||||
mv cmd/ipfs/ipfs {{prefix}}/bin
|
||||
|
||||
test:
|
||||
ipfs init
|
Loading…
Reference in a new issue