Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add thought-machine/please #68

Merged
merged 1 commit into from
Sep 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,16 @@ packages:
files:
- name: peco
src: 'peco_{{.OS}}_{{.Arch}}/peco'
- name: thought-machine/please
type: github_release
repo_owner: thought-machine
repo_name: please
asset: 'please_{{trimPrefix "v" .Package.Version}}_{{.OS}}_{{.Arch}}.tar.gz'
link: https://please.build/
description: High-performance extensible build system for reproducible multi-language builds
files:
- name: please
src: please/please

- name: shellcheck
type: github_release
Expand Down