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

pkg: "shotwell"
pkg_id: "pkgforge-dev.shotwell"
pkg_type: "appimage"
ghcr_pkg: "pkgforge-dev/shotwell"
category:
- "Graphics"
- "Photography"
- "Viewer"
description: "Photo manager and organizer with simple image enhancement features"
homepage:
- "https://apps.gnome.org/Shotwell/"
- "https://gitlab.gnome.org/GNOME/shotwell"
maintainer:
- "QaidVoid (contact@qaidvoid.dev)"
license:
- "LGPL-2.1-or-later"
build_asset:
- url: "https://gitlab.gnome.org/GNOME/shotwell/-/raw/master/COPYING"
out: "LICENSE"
note:
- "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Shotwell-AppImage"
- "[PORTABLE] (Works on AnyLinux)"
provides:
- "shotwell"
repology:
- "shotwell"
src_url:
- "https://github.com/pkgforge-dev/Shotwell-AppImage"
tag:
- "photo"
- "gnome"
- "organizer"
- "gallery"
x_exec:
host:
- "x86_64-linux"
- "aarch64-linux"
shell: "sh"
pkgver: |
VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Shotwell-AppImage/releases/latest?per_page=20" | jq -r '.tag_name')
echo "${VERSION%%@*}"
echo "$VERSION"
run: |
soar dl "https://github.com/pkgforge-dev/Shotwell-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes
Loading