File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- #!//usr/bin/env -S pkgx +git +gh deno run --allow-env --allow-read --allow-run --allow-net --ext=ts
1+ #!//usr/bin/env -S pkgx +git +gh deno^1 run --allow-env --allow-read --allow-run --allow-net --ext=ts
22
33import { Command } from "cliffy/command/mod.ts"
44import { swallow } from "brewkit/utils.ts"
Original file line number Diff line number Diff line change 1- #!/usr/bin/env -S pkgx +deno +git bash
1+ #!/usr/bin/env -S pkgx +deno^1 +git bash
22
33set -eo pipefail
44
Original file line number Diff line number Diff line change 1- #!/usr/bin/env -S pkgx +rsync +git +bash +gum +gh +curl +bzip2 +xz +unzip +lzip +column deno run --ext=ts --allow-env --allow-read --allow-write --allow-run --allow-net
1+ #!/usr/bin/env -S pkgx +rsync +git +bash +gum +gh +curl +bzip2 +xz +unzip +lzip +column deno^1 run --ext=ts --allow-env --allow-read --allow-write --allow-run --allow-net
22
33import make_build_script from "brewkit/porcelain/build-script.ts"
44import { gum , rsync } from "brewkit/utils.ts"
Original file line number Diff line number Diff line change 1- #!/usr/bin/env -S pkgx +git +gh deno run --allow-env --allow-net --allow-write --allow-run=gh,pkgx --allow-read
1+ #!/usr/bin/env -S pkgx +git +gh deno^1 run --allow-env --allow-net --allow-write --allow-run=gh,pkgx --allow-read
22
33import resolve_pkg from "brewkit/resolve-pkg.ts"
44
Original file line number Diff line number Diff line change 1- #!/usr/bin/env -S pkgx +nixos.org/patchelf=0.17.2 +darwinsys.com/file^5 deno run -A
1+ #!/usr/bin/env -S pkgx +nixos.org/patchelf=0.17.2 +darwinsys.com/file^5 deno^1 run -A
22
33// FIXME ^^ patchelf 0.18.0 has a regression that breaks libraries
44// https://github.com/NixOS/patchelf/issues/492#issuecomment-1561912775
Original file line number Diff line number Diff line change 1- #! /usr/bin/env -S pkgx +git +gh +jq +gum +npx +deno bash
1+ #! /usr/bin/env -S pkgx +git +gh +jq +gum +npx +deno^1 bash
22
33set -eo pipefail
44
Original file line number Diff line number Diff line change 1- #!/usr/bin/env -S pkgx +bash +gum +gh +rsync deno run --ext=ts --allow-env --allow-read --allow-write --allow-net --allow-run
1+ #!/usr/bin/env -S pkgx +bash +gum +gh +rsync deno^1 run --ext=ts --allow-env --allow-read --allow-write --allow-net --allow-run
22
33//TODO net required because we go to github for version info, but really we should require
44// a built product that is then recorded for us to use
You can’t perform that action at this time.
0 commit comments