GramEditor/gram-gentoo
SHA256
5
3
Fork
You've already forked gram-gentoo
1
No description
  • Shell 92.4%
  • XML 2.9%
  • INI 2.6%
  • Markdown 2.1%
2026年07月01日 06:30:44 +00:00
app-editors app-editors/gram: add 3.0.1, drop 3.0.0 2026年07月01日 06:30:44 +00:00
metadata metadata/layout.conf: cleanup 2026年06月30日 00:14:17 +00:00
profiles profiles: remove categories 2026年05月19日 11:40:49 +00:00
.gitattributes gitattributes: add md, sort 2026年06月30日 00:10:56 +00:00
.gitignore gitignore: use absolute path instead of relative for md5-cache 2026年05月19日 11:23:41 +00:00
README.md README.md: update 2026年06月30日 00:11:09 +00:00

Gram Gentoo

Gram package for Gentoo GNU/Linux.

Install

Auto

eselect repository add gram git https://codeberg.org/GramEditor/gram-gentoo.git
emerge --sync gram

Manual

# /etc/portage/repos.conf/gram.conf
[gram]
priority = 50
location = /var/db/repos/gram
sync-type = git
sync-uri = https://codeberg.org/GramEditor/gram-gentoo.git
auto-sync = yes
emerge --sync gram

Maintain

Note

If anyone wants to, you can always move the package to GURU overlay.

Update

git clone git@codeberg.org:GramEditor/gram.git --depth=50 && cd gram
git checkout LATEST_RELEASE_HERE
cd crates/gram
pycargoebuild --features --output ../../gram-LATEST_RELEASE_HERE.ebuild .

Also see: app-editors/zed::gentoo.