Skip to content
Open
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
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ goreleaser
goreleaser-pro
#gotop
gpu-viewer
gram
grub-customizer
grype
haguichi
Expand Down
11 changes: 11 additions & 0 deletions 01-main/packages/gram
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DEFVER=1
ARCHS_SUPPORTED="amd64"
CODENAMES_SUPPORTED="bookworm trixie forky sid jammy noble plucky questing resolute"
get_website "https://codeberg.org/GramEditor/gram/releases.rss"
if [ "${ACTION}" != "prettylist" ]; then
VERSION_PUBLISHED=$(grep -m 1 -e 'guid' "${CACHE_FILE}" | sed -n 's#.*releases/tag/v\{0,1\}\([^<]*\).*#\1#p')
URL="https://codeberg.org/GramEditor/gram/releases/download/${VERSION_PUBLISHED}/gram_${VERSION_PUBLISHED}-1_x86_64.deb"
fi
PRETTY_NAME="Gram"
WEBSITE="https://gram.liten.app/"
SUMMARY="Code editor based on a community fork of Zed."