Skip to content

Commit

Permalink
feat: add br0xen/boltbrowser (#31136)
Browse files Browse the repository at this point in the history
* feat(br0xen/boltbrowser): scaffold br0xen/boltbrowser

* fix(br0xen/boltbrowser): fix the setting
  • Loading branch information
suzuki-shunsuke authored Jan 20, 2025
1 parent cf6a594 commit 23f1626
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/br0xen/boltbrowser/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: br0xen/[email protected]
17 changes: 17 additions & 0 deletions pkgs/br0xen/boltbrowser/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: br0xen
repo_name: boltbrowser
description: A CLI Browser for BoltDB Files
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: boltbrowser.{{.OS}}64
format: raw
replacements:
windows: win
overrides:
- goos: linux
goarch: arm64
asset: boltbrowser.linuxarm
15 changes: 15 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 23f1626

Please sign in to comment.