ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
384 stars 55 forks source link

make ipget available to install via brew #109

Open wottpal opened 2 years ago

wottpal commented 2 years ago

that would be awesome. i'm new to go and have absolutely no clue where to start. i tried installing go with brew brew install go, but then the go get ... installation instruction gives me:

➜  test go get -d github.com/ipfs/ipget
go: go.mod file not found in current directory or any parent directory.
    'go get' is no longer supported outside a module.
    To build and install a command, use 'go install' with a version,
    like 'go install example.com/cmd@latest'
    For more information, see https://golang.org/doc/go-get-install-deprecation
    or run 'go help get' or 'go help install'.
lidel commented 2 years ago

@wottpal if you have time, these resources will provide you with a starting point :)

Wyatt-Stanke commented 1 year ago

Done! PR: https://github.com/Homebrew/homebrew-core/pull/123685 (closed because of Homebrew's way of merging) Cask: https://github.com/Homebrew/homebrew-core/blob/master/Formula/ipget.rb brew.sh Page: https://formulae.brew.sh/formula/ipget#default

pataquets commented 7 months ago

+1 for also publishing built (static) binaries on Github Releases for all platforms (I'm on Linux)