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

pkg: "dasel"
pkg_id: "tomwright.dasel"
pkgver: "3.2.2"
pkg_type: "static"
ghcr_pkg: "tomwright/dasel"
category:
- "ConsoleOnly"
- "Development"
- "Utility"
description: "Select, put and delete data from JSON, TOML, YAML, XML and CSV"
homepage:
- "https://github.com/TomWright/dasel"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "https://raw.githubusercontent.com/TomWright/dasel/master/LICENSE"
out: "LICENSE"
- url: "https://github.com/TomWright/dasel/releases/download/v${PKGVER}/dasel_linux_${ARCH_ALT}"
out: "dasel"
note:
- "Official binary from https://github.com/TomWright/dasel"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "dasel"
repology:
- "dasel"
src_url:
- "https://github.com/TomWright/dasel"
tag:
- "json"
- "yaml"
- "data"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/TomWright/dasel/releases/latest" | jq -r '.tag_name' | tr -d 'v'
48 changes: 48 additions & 0 deletions packages/f2/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#!/SBUILD
_disabled: false

pkg: "f2"
pkg_id: "ayoisaiah.f2"
pkgver: "2.2.2"
pkg_type: "static"
ghcr_pkg: "ayoisaiah/f2"
category:
- "ConsoleOnly"
- "FileTools"
- "Utility"
description: "Cross-platform tool for batch renaming files and directories"
homepage:
- "https://github.com/ayoisaiah/f2"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "https://github.com/ayoisaiah/f2/releases/download/v${PKGVER}/f2_${PKGVER}_linux_${ARCH_ALT}.tar.gz"
out: "f2.tar.gz"
note:
- "Official binary from https://github.com/ayoisaiah/f2"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "f2"
repology:
- "f2"
src_url:
- "https://github.com/ayoisaiah/f2"
tag:
- "rename"
- "files"
- "cli"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/ayoisaiah/f2/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
tar -xf "f2.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/f2" "$SBUILD_OUTDIR/$PKG"
mv "$SBUILD_TMPDIR/LICENCE" "$SBUILD_OUTDIR/LICENSE"
rm -rf "f2.tar.gz"
43 changes: 43 additions & 0 deletions packages/fblog/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#!/SBUILD
_disabled: false

pkg: "fblog"
pkg_id: "brocode.fblog"
pkgver: "4.17.0"
pkg_type: "static"
ghcr_pkg: "brocode/fblog"
category:
- "ConsoleOnly"
- "Utility"
description: "Small command-line JSON log viewer"
homepage:
- "https://github.com/brocode/fblog"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "WTFPL"
build_asset:
- url: "https://raw.githubusercontent.com/brocode/fblog/master/LICENSE"
out: "LICENSE"
- url: "https://github.com/brocode/fblog/releases/download/v${PKGVER}/fblog"
out: "fblog"
note:
- "Official binary from https://github.com/brocode/fblog"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "fblog"
repology:
- "fblog"
src_url:
- "https://github.com/brocode/fblog"
tag:
- "json"
- "log"
- "cli"
x_exec:
host:
- "x86_64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/brocode/fblog/releases/latest" | jq -r '.tag_name' | tr -d 'v'
48 changes: 48 additions & 0 deletions packages/fclones/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#!/SBUILD
_disabled: false

pkg: "fclones"
pkg_id: "pkolaczk.fclones"
pkgver: "0.35.0"
pkg_type: "static"
ghcr_pkg: "pkolaczk/fclones"
category:
- "ConsoleOnly"
- "FileTools"
- "Utility"
description: "Efficient duplicate file finder"
homepage:
- "https://github.com/pkolaczk/fclones"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "https://raw.githubusercontent.com/pkolaczk/fclones/master/LICENSE"
out: "LICENSE"
- url: "https://github.com/pkolaczk/fclones/releases/download/v${PKGVER}/fclones-${PKGVER}-linux-musl-${ARCH}.tar.gz"
out: "fclones.tar.gz"
note:
- "Official binary from https://github.com/pkolaczk/fclones"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "fclones"
repology:
- "fclones"
src_url:
- "https://github.com/pkolaczk/fclones"
tag:
- "duplicate"
- "files"
- "cli"
x_exec:
host:
- "x86_64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/pkolaczk/fclones/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
tar -xf "fclones.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/target/${ARCH}-unknown-linux-musl/release/fclones" "$SBUILD_OUTDIR/$PKG"
rm -rf "fclones.tar.gz"
48 changes: 48 additions & 0 deletions packages/git-cliff/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#!/SBUILD
_disabled: false

pkg: "git-cliff"
pkg_id: "orhun.git-cliff"
pkgver: "2.12.0"
pkg_type: "static"
ghcr_pkg: "orhun/git-cliff"
category:
- "ConsoleOnly"
- "Development"
- "Utility"
description: "Highly customizable changelog generator following Conventional Commits"
homepage:
- "https://git-cliff.org"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "Apache-2.0"
build_asset:
- url: "https://github.com/orhun/git-cliff/releases/download/v${PKGVER}/git-cliff-${PKGVER}-${ARCH}-unknown-linux-musl.tar.gz"
out: "git-cliff.tar.gz"
note:
- "Official binary from https://github.com/orhun/git-cliff"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "git-cliff"
repology:
- "git-cliff"
src_url:
- "https://github.com/orhun/git-cliff"
tag:
- "changelog"
- "git"
- "development"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/orhun/git-cliff/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
tar -xf "git-cliff.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/git-cliff-${PKGVER}/git-cliff" "$SBUILD_OUTDIR/$PKG"
mv "$SBUILD_TMPDIR/git-cliff-${PKGVER}/LICENSE-MIT" "$SBUILD_OUTDIR/LICENSE"
rm -rf "git-cliff.tar.gz"
51 changes: 51 additions & 0 deletions packages/gping/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
#!/SBUILD
_disabled: false

pkg: "gping"
pkg_id: "orf.gping"
pkgver: "1.20.1"
pkg_type: "static"
ghcr_pkg: "orf/gping"
category:
- "ConsoleOnly"
- "Network"
- "Utility"
description: "Ping, but with a graph"
homepage:
- "https://github.com/orf/gping"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "MIT"
build_asset:
- url: "https://raw.githubusercontent.com/orf/gping/master/LICENSE"
out: "LICENSE"
note:
- "Official binary from https://github.com/orf/gping"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "gping"
repology:
- "gping"
src_url:
- "https://github.com/orf/gping"
tag:
- "ping"
- "network"
- "tui"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/orf/gping/releases/latest" | jq -r '.tag_name' | sed 's/gping-v//'
run: |
case "$ARCH" in
x86_64) _ARCH="x86_64" ;;
aarch64) _ARCH="arm64" ;;
esac
soar dl "https://github.com/orf/gping/releases/download/gping-v${PKGVER}/gping-Linux-musl-${_ARCH}.tar.gz" --output "$SBUILD_TMPDIR/gping.tar.gz"
tar -xf "$SBUILD_TMPDIR/gping.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/gping" "$SBUILD_OUTDIR/$PKG"
49 changes: 49 additions & 0 deletions packages/grex/static.stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/SBUILD
_disabled: false

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

pkg: "halp"
pkg_id: "orhun.halp"
pkgver: "0.2.0"
pkg_type: "static"
ghcr_pkg: "orhun/halp"
category:
- "ConsoleOnly"
- "Utility"
description: "A CLI tool to get help with CLI tools"
homepage:
- "https://github.com/orhun/halp"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "Apache-2.0"
build_asset:
- url: "https://github.com/orhun/halp/releases/download/v${PKGVER}/halp-${PKGVER}-${ARCH}-unknown-linux-musl.tar.gz"
out: "halp.tar.gz"
note:
- "Official binary from https://github.com/orhun/halp"
- "[PORTABLE] (Portable Static Binary)"
- "[NO_DESKTOP_INTEGRATION]"
provides:
- "halp"
repology:
- "halp"
src_url:
- "https://github.com/orhun/halp"
tag:
- "help"
- "cli"
- "utility"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
curl -qfsSL "https://api.github.com/repos/orhun/halp/releases/latest" | jq -r '.tag_name' | tr -d 'v'
run: |
tar -xf "halp.tar.gz" -C "$SBUILD_TMPDIR/"
mv "$SBUILD_TMPDIR/halp-${PKGVER}/halp" "$SBUILD_OUTDIR/$PKG"
mv "$SBUILD_TMPDIR/halp-${PKGVER}/LICENSE-MIT" "$SBUILD_OUTDIR/LICENSE"
rm -rf "halp.tar.gz"
Loading