Skip to content
Merged
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
48 changes: 48 additions & 0 deletions packages/curlie/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#!/SBUILD
_disabled: false

pkg: "curlie"
pkg_id: "rs.curlie"
pkgver: "1.8.2"
pkg_type: "static"
ghcr_pkg: "rs/curlie"
category:
- "ConsoleOnly"
- "Network"
- "Utility"
description: "Frontend to cURL that adds the ease of use of HTTPie"
homepage:
- "https://curlie.io"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "https://github.com/rs/curlie/releases/download/v${PKGVER}/curlie_${PKGVER}_linux_${ARCH_ALT}.tar.gz"
out: "curlie.tar.gz"
note:
- "Official binary from https://github.com/rs/curlie"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "curlie"
repology:
- "curlie"
src_url:
- "https://github.com/rs/curlie"
tag:
- "http"
- "curl"
- "cli"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/rs/curlie/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
tar -xf "curlie.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/curlie" "$SBUILD_OUTDIR/$PKG"
mv "$SBUILD_TMPDIR/LICENSE" "$SBUILD_OUTDIR/LICENSE"
rm -rf "curlie.tar.gz"
48 changes: 48 additions & 0 deletions packages/dive/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#!/SBUILD
_disabled: false

pkg: "dive"
pkg_id: "wagoodman.dive"
pkgver: "0.13.1"
pkg_type: "static"
ghcr_pkg: "wagoodman/dive"
category:
- "ConsoleOnly"
- "System"
- "Utility"
description: "A tool for exploring each layer in a Docker image"
homepage:
- "https://github.com/wagoodman/dive"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "https://github.com/wagoodman/dive/releases/download/v${PKGVER}/dive_${PKGVER}_linux_${ARCH_ALT}.tar.gz"
out: "dive.tar.gz"
note:
- "Official binary from https://github.com/wagoodman/dive"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "dive"
repology:
- "dive"
src_url:
- "https://github.com/wagoodman/dive"
tag:
- "docker"
- "image"
- "layers"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/wagoodman/dive/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
tar -xf "dive.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/dive" "$SBUILD_OUTDIR/$PKG"
mv "$SBUILD_TMPDIR/LICENSE" "$SBUILD_OUTDIR/LICENSE"
rm -rf "dive.tar.gz"
48 changes: 48 additions & 0 deletions packages/gh/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#!/SBUILD
_disabled: false

pkg: "gh"
pkg_id: "github.cli"
pkgver: "2.87.0"
pkg_type: "static"
ghcr_pkg: "github/cli"
category:
- "ConsoleOnly"
- "Development"
- "RevisionControl"
description: "GitHub CLI tool"
homepage:
- "https://cli.github.com"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "https://github.com/cli/cli/releases/download/v${PKGVER}/gh_${PKGVER}_linux_${ARCH_ALT}.tar.gz"
out: "gh.tar.gz"
note:
- "Official binary from https://github.com/cli/cli"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "gh"
repology:
- "github-cli"
src_url:
- "https://github.com/cli/cli"
tag:
- "github"
- "git"
- "cli"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/cli/cli/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
tar -xf "gh.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/gh_${PKGVER}_linux_${ARCH_ALT}/bin/gh" "$SBUILD_OUTDIR/$PKG"
mv "$SBUILD_TMPDIR/gh_${PKGVER}_linux_${ARCH_ALT}/LICENSE" "$SBUILD_OUTDIR/LICENSE"
rm -rf "gh.tar.gz"
49 changes: 49 additions & 0 deletions packages/grpcurl/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/SBUILD
_disabled: false

pkg: "grpcurl"
pkg_id: "fullstorydev.grpcurl"
pkgver: "1.9.3"
pkg_type: "static"
ghcr_pkg: "fullstorydev/grpcurl"
category:
- "ConsoleOnly"
- "Network"
- "Development"
description: "CLI tool for interacting with gRPC servers"
homepage:
- "https://github.com/fullstorydev/grpcurl"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
note:
- "Official binary from https://github.com/fullstorydev/grpcurl"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "grpcurl"
repology:
- "grpcurl"
src_url:
- "https://github.com/fullstorydev/grpcurl"
tag:
- "grpc"
- "api"
- "cli"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/fullstorydev/grpcurl/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
case "$(uname -m)" in
x86_64) _ARCH="x86_64" ;;
aarch64) _ARCH="arm64" ;;
esac
soar dl "https://github.com/fullstorydev/grpcurl/releases/download/v${PKGVER}/grpcurl_${PKGVER}_linux_${_ARCH}.tar.gz" --output "$SBUILD_TMPDIR/grpcurl.tar.gz"
tar -xf "$SBUILD_TMPDIR/grpcurl.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/grpcurl" "$SBUILD_OUTDIR/$PKG"
mv "$SBUILD_TMPDIR/LICENSE" "$SBUILD_OUTDIR/LICENSE"
49 changes: 49 additions & 0 deletions packages/lf/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/SBUILD
_disabled: false

pkg: "lf"
pkg_id: "gokcehan.lf"
pkgver: "r41"
pkg_type: "static"
ghcr_pkg: "gokcehan/lf"
category:
- "ConsoleOnly"
- "FileManager"
- "Utility"
description: "Terminal file manager"
homepage:
- "https://github.com/gokcehan/lf"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "https://raw.githubusercontent.com/gokcehan/lf/master/LICENSE"
out: "LICENSE"
- url: "https://github.com/gokcehan/lf/releases/download/${PKGVER}/lf-linux-${ARCH_ALT}.tar.gz"
out: "lf.tar.gz"
note:
- "Official binary from https://github.com/gokcehan/lf"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "lf"
repology:
- "lf"
src_url:
- "https://github.com/gokcehan/lf"
tag:
- "file-manager"
- "terminal"
- "cli"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/gokcehan/lf/releases/latest" | jq -r '.tag_name'
run: |
tar -xf "lf.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/lf" "$SBUILD_OUTDIR/$PKG"
rm -rf "lf.tar.gz"
47 changes: 47 additions & 0 deletions packages/miniserve/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#!/SBUILD
_disabled: false

pkg: "miniserve"
pkg_id: "svenstaro.miniserve"
pkgver: "0.33.0"
pkg_type: "static"
ghcr_pkg: "svenstaro/miniserve"
category:
- "ConsoleOnly"
- "Network"
- "Utility"
description: "CLI tool to serve files and dirs over HTTP"
homepage:
- "https://github.com/svenstaro/miniserve"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "https://raw.githubusercontent.com/svenstaro/miniserve/master/LICENSE"
out: "LICENSE"
- url: "https://github.com/svenstaro/miniserve/releases/download/v${PKGVER}/miniserve-${PKGVER}-${ARCH}-unknown-linux-musl"
out: "miniserve"
note:
- "Official binary from https://github.com/svenstaro/miniserve"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "miniserve"
repology:
- "miniserve"
src_url:
- "https://github.com/svenstaro/miniserve"
tag:
- "http"
- "server"
- "file-sharing"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/svenstaro/miniserve/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
chmod +x "$SBUILD_OUTDIR/$PKG"
47 changes: 47 additions & 0 deletions packages/navi/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#!/SBUILD
_disabled: false

pkg: "navi"
pkg_id: "denisidoro.navi"
pkgver: "2.24.0"
pkg_type: "static"
ghcr_pkg: "denisidoro/navi"
category:
- "ConsoleOnly"
- "Utility"
description: "Interactive cheatsheet tool for the command-line"
homepage:
- "https://github.com/denisidoro/navi"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "Apache-2.0"
build_asset:
- url: "https://raw.githubusercontent.com/denisidoro/navi/master/LICENSE"
out: "LICENSE"
- url: "https://github.com/denisidoro/navi/releases/download/v${PKGVER}/navi-v${PKGVER}-x86_64-unknown-linux-musl.tar.gz"
out: "navi.tar.gz"
note:
- "Official binary from https://github.com/denisidoro/navi"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "navi"
repology:
- "navi"
src_url:
- "https://github.com/denisidoro/navi"
tag:
- "cheatsheet"
- "shell"
- "cli"
x_exec:
host:
- "x86_64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/denisidoro/navi/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
tar -xf "navi.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/navi" "$SBUILD_OUTDIR/$PKG"
rm -rf "navi.tar.gz"
49 changes: 49 additions & 0 deletions packages/nerdctl/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/SBUILD
_disabled: false

pkg: "nerdctl"
pkg_id: "containerd.nerdctl"
pkgver: "2.2.1"
pkg_type: "static"
ghcr_pkg: "containerd/nerdctl"
category:
- "ConsoleOnly"
- "System"
- "Utility"
description: "Docker-compatible CLI for containerd"
homepage:
- "https://github.com/containerd/nerdctl"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "Apache-2.0"
build_asset:
- url: "https://raw.githubusercontent.com/containerd/nerdctl/main/LICENSE"
out: "LICENSE"
- url: "https://github.com/containerd/nerdctl/releases/download/v${PKGVER}/nerdctl-${PKGVER}-linux-${ARCH_ALT}.tar.gz"
out: "nerdctl.tar.gz"
note:
- "Official binary from https://github.com/containerd/nerdctl"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "nerdctl"
repology:
- "nerdctl"
src_url:
- "https://github.com/containerd/nerdctl"
tag:
- "container"
- "docker"
- "cli"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/containerd/nerdctl/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
tar -xf "nerdctl.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/nerdctl" "$SBUILD_OUTDIR/$PKG"
rm -rf "nerdctl.tar.gz"
Loading