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(dev): add just v1.38.0 #3164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions blueprints/dev/just/ops2deb.lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- url: https://github.com/casey/just/releases/download/1.38.0/just-1.38.0-aarch64-unknown-linux-musl.tar.gz
sha256: efded3b062708c2bf55e7d7e7208f47ab70134a299e66e42d2759f67b421f9d3
timestamp: 2025-01-16 17:45:36+00:00
- url: https://github.com/casey/just/releases/download/1.38.0/just-1.38.0-x86_64-unknown-linux-musl.tar.gz
sha256: c803e67fd7b0af01667bd537197bc3df319938eacf9e8d51a441c71d03035bb5
timestamp: 2025-01-16 17:45:36+00:00
22 changes: 22 additions & 0 deletions blueprints/dev/just/ops2deb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: just
matrix:
architectures:
- amd64
- arm64
versions:
- 1.38.0
homepage: https://just.systems/
summary: Just a command runner. Make alternative written in rust
description: |-
just is similar to make but with some nice additions.
It let's you group your projects commands together into recopies,
which can be easily listed and run. Supports aliases, positional arguments,
different shells, dot env integration,
string interprulation, and pretty much everything else you could need
fetch:
url: https://github.com/casey/just/releases/download/{{version}}/just-{{version}}-{{target}}.tar.gz
targets:
amd64: x86_64-unknown-linux-musl
arm64: aarch64-unknown-linux-musl
install:
- just:/usr/bin/
Loading