Skip to content

Commit 2feb65b

Browse files
committed
add more packages
1 parent 1659a46 commit 2feb65b

23 files changed

Lines changed: 963 additions & 8 deletions

packages/amp/static.stable.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
#!/SBUILD
2+
_disabled: false
3+
4+
pkg: "amp"
5+
pkg_id: "jmacdonald.amp"
6+
pkgver: "0.7.1"
7+
pkg_type: "static"
8+
ghcr_pkg: "jmacdonald/amp"
9+
category:
10+
- "ConsoleOnly"
11+
- "TextEditor"
12+
description: "A complete text editor for your terminal"
13+
homepage:
14+
- "https://amp.rs"
15+
maintainer:
16+
- "QaidVoid (contact@qaidvoid.dev)"
17+
license:
18+
- "GPL-3.0-only"
19+
build_asset:
20+
- url: "https://raw.githubusercontent.com/jmacdonald/amp/main/LICENSE"
21+
out: "LICENSE"
22+
- url: "https://github.com/jmacdonald/amp/releases/download/${PKGVER}/amp-${ARCH}-unknown-linux-musl"
23+
out: "amp"
24+
note:
25+
- "Official binary from https://github.com/jmacdonald/amp"
26+
- "[PORTABLE] (Portable Static Binary)"
27+
- "[NO_DESKTOP_INTEGRATION]"
28+
provides:
29+
- "amp"
30+
repology:
31+
- "amp"
32+
src_url:
33+
- "https://github.com/jmacdonald/amp"
34+
tag:
35+
- "editor"
36+
- "text-editor"
37+
- "tui"
38+
x_exec:
39+
host:
40+
- "x86_64-linux"
41+
- "aarch64-linux"
42+
shell: "sh"
43+
pkgver: |
44+
curl -qfsSL "https://api.github.com/repos/jmacdonald/amp/releases/latest" | jq -r '.tag_name'

packages/bandwhich/static.stable.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ license:
2020
build_asset:
2121
- url: "https://raw.githubusercontent.com/imsnif/bandwhich/main/LICENSE.md"
2222
out: "LICENSE"
23+
- url: "https://github.com/imsnif/bandwhich/releases/download/v${PKGVER}/bandwhich-v${PKGVER}-${ARCH}-unknown-linux-musl.tar.gz"
24+
out: "bandwhich.tar.gz"
2325
note:
2426
- "Official binary from https://github.com/imsnif/bandwhich"
2527
- "[PORTABLE] (Portable Static Binary)"
@@ -42,7 +44,6 @@ x_exec:
4244
pkgver: |
4345
curl -qfsSL "https://api.github.com/repos/imsnif/bandwhich/releases/latest" | jq -r '.tag_name' | tr -d 'v'
4446
run: |
45-
soar dl "https://github.com/imsnif/bandwhich@v${PKGVER}" --glob "*${ARCH}-unknown-linux-musl.tar.gz" --yes -o bandwhich.tar.gz
4647
tar -xf "bandwhich.tar.gz" -C "$SBUILD_TMPDIR/"
47-
mv "$SBUILD_TMPDIR/bandwhich" "$SBUILD_OUTDIR/bandwhich"
48+
mv "$SBUILD_TMPDIR/bandwhich" "$SBUILD_OUTDIR/$PKG"
4849
rm -rf "bandwhich.tar.gz"

packages/bat/static.stable.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ maintainer:
1616
- "QaidVoid (contact@qaidvoid.dev)"
1717
license:
1818
- "MIT"
19+
build_asset:
20+
- url: "https://github.com/sharkdp/bat/releases/download/v${PKGVER}/bat-v${PKGVER}-${ARCH}-unknown-linux-musl.tar.gz"
21+
out: "bat.tar.gz"
1922
note:
2023
- "Official binary from https://github.com/sharkdp/bat"
2124
- "[PORTABLE] (Portable Static Binary)"
@@ -37,8 +40,7 @@ x_exec:
3740
pkgver: |
3841
curl -qfsSL "https://api.github.com/repos/sharkdp/bat/releases/latest" | jq -r '.tag_name' | tr -d 'v'
3942
run: |
40-
soar dl "https://github.com/sharkdp/bat@v${PKGVER}" --glob "*${ARCH}-unknown-linux-musl.tar.gz" --yes -o bat.tar.gz
4143
tar -xf "bat.tar.gz" -C "$SBUILD_TMPDIR/"
42-
mv "$SBUILD_TMPDIR/bat"*"/bat" "$SBUILD_OUTDIR/$PKG"
43-
mv "$SBUILD_TMPDIR/bat"*"/LICENSE-MIT" "$SBUILD_OUTDIR/LICENSE"
44+
mv "$SBUILD_TMPDIR/bat-v${PKGVER}-${ARCH}-unknown-linux-musl/bat" "$SBUILD_OUTDIR/$PKG"
45+
mv "$SBUILD_TMPDIR/bat-v${PKGVER}-${ARCH}-unknown-linux-musl/LICENSE-MIT" "$SBUILD_OUTDIR/LICENSE"
4446
rm -rf "bat.tar.gz"

packages/broot/static.stable.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
#!/SBUILD
2+
_disabled: false
3+
4+
pkg: "broot"
5+
pkg_id: "canop.broot"
6+
pkgver: "1.55.0"
7+
pkg_type: "static"
8+
ghcr_pkg: "canop/broot"
9+
category:
10+
- "ConsoleOnly"
11+
- "FileManager"
12+
- "Utility"
13+
description: "A new way to see and navigate directory trees"
14+
homepage:
15+
- "https://dystroy.org/broot"
16+
maintainer:
17+
- "QaidVoid (contact@qaidvoid.dev)"
18+
license:
19+
- "MIT"
20+
build_asset:
21+
- url: "https://raw.githubusercontent.com/Canop/broot/main/LICENSE"
22+
out: "LICENSE"
23+
- url: "https://github.com/Canop/broot/releases/download/v${PKGVER}/broot_${PKGVER}.zip"
24+
out: "broot.zip"
25+
note:
26+
- "Official binary from https://github.com/Canop/broot"
27+
- "[PORTABLE] (Portable Static Binary)"
28+
- "[NO_DESKTOP_INTEGRATION]"
29+
provides:
30+
- "broot"
31+
repology:
32+
- "broot"
33+
src_url:
34+
- "https://github.com/Canop/broot"
35+
tag:
36+
- "file-manager"
37+
- "tree"
38+
- "tui"
39+
x_exec:
40+
host:
41+
- "x86_64-linux"
42+
- "aarch64-linux"
43+
shell: "sh"
44+
pkgver: |
45+
curl -qfsSL "https://api.github.com/repos/Canop/broot/releases/latest" | jq -r '.tag_name' | tr -d 'v'
46+
run: |
47+
unzip -o "broot.zip" "${ARCH}-unknown-linux-musl/broot" -d "$SBUILD_TMPDIR/"
48+
mv "$SBUILD_TMPDIR/${ARCH}-unknown-linux-musl/broot" "$SBUILD_OUTDIR/$PKG"
49+
rm -rf "broot.zip"

packages/choose/static.stable.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
#!/SBUILD
2+
_disabled: false
3+
4+
pkg: "choose"
5+
pkg_id: "theryangeary.choose"
6+
pkgver: "1.3.7"
7+
pkg_type: "static"
8+
ghcr_pkg: "theryangeary/choose"
9+
category:
10+
- "ConsoleOnly"
11+
- "Utility"
12+
description: "A human-friendly and fast alternative to cut and (sometimes) awk"
13+
homepage:
14+
- "https://github.com/theryangeary/choose"
15+
maintainer:
16+
- "QaidVoid (contact@qaidvoid.dev)"
17+
license:
18+
- "GPL-3.0-only"
19+
build_asset:
20+
- url: "https://raw.githubusercontent.com/theryangeary/choose/master/LICENSE"
21+
out: "LICENSE"
22+
- url: "https://github.com/theryangeary/choose/releases/download/v${PKGVER}/choose-${ARCH}-unknown-linux-musl"
23+
out: "choose"
24+
note:
25+
- "Official binary from https://github.com/theryangeary/choose"
26+
- "[PORTABLE] (Portable Static Binary)"
27+
- "[NO_DESKTOP_INTEGRATION]"
28+
provides:
29+
- "choose"
30+
repology:
31+
- "choose"
32+
src_url:
33+
- "https://github.com/theryangeary/choose"
34+
tag:
35+
- "cut"
36+
- "awk"
37+
- "cli"
38+
x_exec:
39+
host:
40+
- "x86_64-linux"
41+
- "aarch64-linux"
42+
shell: "sh"
43+
pkgver: |
44+
curl -qfsSL "https://api.github.com/repos/theryangeary/choose/releases/latest" | jq -r '.tag_name' | tr -d 'v'

packages/dufs/static.stable.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
#!/SBUILD
2+
_disabled: false
3+
4+
pkg: "dufs"
5+
pkg_id: "sigoden.dufs"
6+
pkgver: "0.45.0"
7+
pkg_type: "static"
8+
ghcr_pkg: "sigoden/dufs"
9+
category:
10+
- "ConsoleOnly"
11+
- "Network"
12+
- "Utility"
13+
description: "A file server that supports static serving, uploading, searching, accessing control, webdav"
14+
homepage:
15+
- "https://github.com/sigoden/dufs"
16+
maintainer:
17+
- "QaidVoid (contact@qaidvoid.dev)"
18+
license:
19+
- "Apache-2.0"
20+
- "MIT"
21+
build_asset:
22+
- url: "https://raw.githubusercontent.com/sigoden/dufs/main/LICENSE-MIT"
23+
out: "LICENSE"
24+
- url: "https://github.com/sigoden/dufs/releases/download/v${PKGVER}/dufs-v${PKGVER}-${ARCH}-unknown-linux-musl.tar.gz"
25+
out: "dufs.tar.gz"
26+
note:
27+
- "Official binary from https://github.com/sigoden/dufs"
28+
- "[PORTABLE] (Portable Static Binary)"
29+
- "[NO_DESKTOP_INTEGRATION]"
30+
provides:
31+
- "dufs"
32+
repology:
33+
- "dufs"
34+
src_url:
35+
- "https://github.com/sigoden/dufs"
36+
tag:
37+
- "file-server"
38+
- "webdav"
39+
- "http"
40+
x_exec:
41+
host:
42+
- "x86_64-linux"
43+
- "aarch64-linux"
44+
shell: "sh"
45+
pkgver: |
46+
curl -qfsSL "https://api.github.com/repos/sigoden/dufs/releases/latest" | jq -r '.tag_name' | tr -d 'v'
47+
run: |
48+
tar -xf "dufs.tar.gz" -C "$SBUILD_TMPDIR/"
49+
mv "$SBUILD_TMPDIR/dufs" "$SBUILD_OUTDIR/$PKG"
50+
rm -rf "dufs.tar.gz"
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
#!/SBUILD
2+
_disabled: false
3+
4+
pkg: "dummyhttp"
5+
pkg_id: "svenstaro.dummyhttp"
6+
pkgver: "1.1.2"
7+
pkg_type: "static"
8+
ghcr_pkg: "svenstaro/dummyhttp"
9+
category:
10+
- "ConsoleOnly"
11+
- "Network"
12+
- "Utility"
13+
description: "Super simple HTTP server that replies a fixed body with a fixed response code"
14+
homepage:
15+
- "https://github.com/svenstaro/dummyhttp"
16+
maintainer:
17+
- "QaidVoid (contact@qaidvoid.dev)"
18+
license:
19+
- "MIT"
20+
build_asset:
21+
- url: "https://raw.githubusercontent.com/svenstaro/dummyhttp/master/LICENSE"
22+
out: "LICENSE"
23+
- url: "https://github.com/svenstaro/dummyhttp/releases/download/v${PKGVER}/dummyhttp-${PKGVER}-${ARCH}-unknown-linux-musl"
24+
out: "dummyhttp"
25+
note:
26+
- "Official binary from https://github.com/svenstaro/dummyhttp"
27+
- "[PORTABLE] (Portable Static Binary)"
28+
- "[NO_DESKTOP_INTEGRATION]"
29+
provides:
30+
- "dummyhttp"
31+
repology:
32+
- "dummyhttp"
33+
src_url:
34+
- "https://github.com/svenstaro/dummyhttp"
35+
tag:
36+
- "http"
37+
- "server"
38+
- "cli"
39+
x_exec:
40+
host:
41+
- "x86_64-linux"
42+
- "aarch64-linux"
43+
shell: "sh"
44+
pkgver: |
45+
curl -qfsSL "https://api.github.com/repos/svenstaro/dummyhttp/releases/latest" | jq -r '.tag_name' | tr -d 'v'
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
#!/SBUILD
2+
_disabled: false
3+
4+
pkg: "fselect"
5+
pkg_id: "jhspetersson.fselect"
6+
pkgver: "0.9.2"
7+
pkg_type: "static"
8+
ghcr_pkg: "jhspetersson/fselect"
9+
category:
10+
- "ConsoleOnly"
11+
- "FileTools"
12+
- "Utility"
13+
description: "Find files with SQL-like queries"
14+
homepage:
15+
- "https://github.com/jhspetersson/fselect"
16+
maintainer:
17+
- "QaidVoid (contact@qaidvoid.dev)"
18+
license:
19+
- "Apache-2.0"
20+
- "MIT"
21+
build_asset:
22+
- url: "https://raw.githubusercontent.com/jhspetersson/fselect/master/LICENSE-MIT"
23+
out: "LICENSE"
24+
- url: "https://github.com/jhspetersson/fselect/releases/download/${PKGVER}/fselect-${ARCH}-linux-musl.gz"
25+
out: "fselect.gz"
26+
note:
27+
- "Official binary from https://github.com/jhspetersson/fselect"
28+
- "[PORTABLE] (Portable Static Binary)"
29+
- "[NO_DESKTOP_INTEGRATION]"
30+
provides:
31+
- "fselect"
32+
repology:
33+
- "fselect"
34+
src_url:
35+
- "https://github.com/jhspetersson/fselect"
36+
tag:
37+
- "file-search"
38+
- "sql"
39+
- "cli"
40+
x_exec:
41+
host:
42+
- "x86_64-linux"
43+
- "aarch64-linux"
44+
shell: "sh"
45+
pkgver: |
46+
curl -qfsSL "https://api.github.com/repos/jhspetersson/fselect/releases/latest" | jq -r '.tag_name'
47+
run: |
48+
gunzip -f "fselect.gz"
49+
mv "fselect" "$SBUILD_OUTDIR/$PKG"
50+
chmod +x "$SBUILD_OUTDIR/$PKG"

packages/genact/static.stable.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
#!/SBUILD
2+
_disabled: false
3+
4+
pkg: "genact"
5+
pkg_id: "svenstaro.genact"
6+
pkgver: "1.5.1"
7+
pkg_type: "static"
8+
ghcr_pkg: "svenstaro/genact"
9+
category:
10+
- "ConsoleOnly"
11+
- "Amusement"
12+
description: "A nonsense activity generator"
13+
homepage:
14+
- "https://github.com/svenstaro/genact"
15+
maintainer:
16+
- "QaidVoid (contact@qaidvoid.dev)"
17+
license:
18+
- "MIT"
19+
build_asset:
20+
- url: "https://raw.githubusercontent.com/svenstaro/genact/master/LICENSE"
21+
out: "LICENSE"
22+
- url: "https://github.com/svenstaro/genact/releases/download/v${PKGVER}/genact-${PKGVER}-${ARCH}-unknown-linux-musl"
23+
out: "genact"
24+
note:
25+
- "Official binary from https://github.com/svenstaro/genact"
26+
- "[PORTABLE] (Portable Static Binary)"
27+
- "[NO_DESKTOP_INTEGRATION]"
28+
provides:
29+
- "genact"
30+
repology:
31+
- "genact"
32+
src_url:
33+
- "https://github.com/svenstaro/genact"
34+
tag:
35+
- "fun"
36+
- "activity"
37+
- "cli"
38+
x_exec:
39+
host:
40+
- "x86_64-linux"
41+
- "aarch64-linux"
42+
shell: "sh"
43+
pkgver: |
44+
curl -qfsSL "https://api.github.com/repos/svenstaro/genact/releases/latest" | jq -r '.tag_name' | tr -d 'v'

0 commit comments

Comments
 (0)