Skip to content

Commit f9d20c1

Browse files
committed
switch source (ghostty-appimage)
1 parent 8d7bcab commit f9d20c1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/ghostty/appimage.psadi.source.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ maintainer:
3030
- "psadi (https://github.com/psadi)"
3131
note:
3232
- "[DO NOT RUN] (Meant for pkgforge CI Only)"
33-
- "Built From Source using a Community Provided Script. Check/Report @ https://github.com/psadi/ghostty-appimage"
33+
- "Built From Source using a Community Provided Script. Check/Report @ https://github.com/pkgforge-dev/ghostty-appimage"
3434
- "[PORTABLE] (Works on AnyLinux)"
3535
license:
3636
- id: "MIT"
@@ -40,7 +40,7 @@ provides:
4040
repology:
4141
- "ghostty"
4242
src_url:
43-
- "https://github.com/psadi/ghostty-appimage"
43+
- "https://github.com/pkgforge-dev/ghostty-appimage"
4444
tag:
4545
- "terminal"
4646
x_exec:
@@ -49,7 +49,7 @@ x_exec:
4949
- "x86_64-Linux"
5050
shell: "bash"
5151
pkgver: |
52-
curl -qfsSL "https://raw.githubusercontent.com/psadi/ghostty-appimage/main/build.sh" | grep -oP 'GHOSTTY_VERSION\s*=\s*"\K[^"]*(?=")' | tr -d '[:space:]'
52+
curl -qfsSL "https://raw.githubusercontent.com/pkgforge-dev/ghostty-appimage/main/build.sh" | grep -oP 'GHOSTTY_VERSION\s*=\s*"\K[^"]*(?=")' | tr -d '[:space:]'
5353
run: |
5454
#Build
5555
docker stop "ubuntu-builder" >/dev/null 2>&1 ; docker rm "ubuntu-builder" >/dev/null 2>&1
@@ -58,7 +58,7 @@ x_exec:
5858
#Setup ENV
5959
set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" >/dev/null 2>&1
6060
#Build
61-
git clone --depth="1" --filter "blob:none" --quiet "https://github.com/psadi/ghostty-appimage" "./TEMPREPO" && cd "./TEMPREPO"
61+
git clone --depth="1" --filter "blob:none" --quiet "https://github.com/pkgforge-dev/ghostty-appimage" "./TEMPREPO" && cd "./TEMPREPO"
6262
chmod -v +x "./setup.sh" "./build.sh"
6363
"./setup.sh" && "./build.sh"
6464
#Copy

packages/ghostty/appimage.psadi.stable.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ homepage:
2424
maintainer:
2525
- "psadi (https://github.com/psadi)"
2626
note:
27-
- "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/psadi/ghostty-appimage"
27+
- "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/ghostty-appimage"
2828
license:
2929
- id: "MIT"
3030
url: "https://github.com/ghostty-org/ghostty/raw/918ccdba5cc65ccd1fb48a54c71306d869299441/LICENSE"
@@ -33,7 +33,7 @@ provides:
3333
repology:
3434
- "ghostty"
3535
src_url:
36-
- "https://github.com/psadi/ghostty-appimage"
36+
- "https://github.com/pkgforge-dev/ghostty-appimage"
3737
tag:
3838
- "terminal"
3939
x_exec:
@@ -42,14 +42,14 @@ x_exec:
4242
- "x86_64-Linux"
4343
shell: "bash"
4444
pkgver: |
45-
curl -qfsSL "https://api.gh.pkgforge.dev/repos/psadi/ghostty-appimage/releases/latest?per_page=100" | jq -r '.tag_name'
45+
curl -qfsSL "https://api.gh.pkgforge.dev/repos/pkgforge-dev/ghostty-appimage/releases/latest?per_page=100" | jq -r '.tag_name'
4646
run: |
4747
#Download
4848
case "$(uname -m)" in
4949
aarch64)
50-
soar dl "https://github.com/psadi/ghostty-appimage@${PKGVER}" --match "appimage,aarch64" --exclude "x64,x86,zsync" -o "./${PKG}" --yes
50+
soar dl "https://github.com/pkgforge-dev/ghostty-appimage@${PKGVER}" --match "appimage,aarch64" --exclude "x64,x86,zsync" -o "./${PKG}" --yes
5151
;;
5252
x86_64)
53-
soar dl "https://github.com/psadi/ghostty-appimage@${PKGVER}" --match "appimage,x86_64" --exclude "aarch64,arm,zsync" -o "./${PKG}" --yes
53+
soar dl "https://github.com/pkgforge-dev/ghostty-appimage@${PKGVER}" --match "appimage,x86_64" --exclude "aarch64,arm,zsync" -o "./${PKG}" --yes
5454
;;
5555
esac

0 commit comments

Comments
 (0)