Skip to content

Commit

Permalink
Merge pull request #8804 from ponkio-o/feat/ivaaaan/smug
Browse files Browse the repository at this point in the history
feat: add ivaaaan/smug
  • Loading branch information
suzuki-shunsuke committed Dec 30, 2022
2 parents e8604fd + a4d0ddd commit b1d44f9
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/ivaaaan/smug/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: ivaaaan/smug@v0.3.3
- name: ivaaaan/smug
version: v0.2.3
- name: ivaaaan/smug
version: v0.2.2
33 changes: 33 additions & 0 deletions pkgs/ivaaaan/smug/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
packages:
- type: github_release
repo_owner: ivaaaan
repo_name: smug
asset: smug_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz
description: Session manager and task runner for tmux. Start your development environment within one command
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.2.5")
version_overrides:
# added support for linux/arm64
- version_constraint: semver(">=0.2.3")
supported_envs:
- amd64
- linux
rosetta2: true
# only supported amd64
- version_constraint: "true"
supported_envs:
- darwin
- amd64
rosetta2: true
32 changes: 32 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 b1d44f9

Please sign in to comment.