Skip to content

Commit

Permalink
feat: add ipld/go-car (#14511)
Browse files Browse the repository at this point in the history
* feat: add ipld/go-car

[ipld/go-car](https://github.com/ipld/go-car): A content addressible archive utility

* chore: added files

* fix(ipld/go-car): fix the command name on darwin

---------

Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
ponkio-o and suzuki-shunsuke committed Aug 10, 2023
1 parent 8f35e0b commit f9588a3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/ipld/go-car/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: ipld/go-car@v2.10.1
21 changes: 21 additions & 0 deletions pkgs/ipld/go-car/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
packages:
- type: github_release
repo_owner: ipld
repo_name: go-car
description: A content addressible archive utility
asset: go-car_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
files:
- name: car
overrides:
- goos: darwin
asset: go-car_{{trimV .Version}}_{{.OS}}_all.{{.Format}}
files:
- name: car
src: go-car
- goos: linux
format: tar.gz
checksum:
type: github_release
asset: go-car_{{trimV .Version}}_checksums.txt
algorithm: sha256
20 changes: 20 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9588a3

Please sign in to comment.