No description
- Shell 92.4%
- XML 2.9%
- INI 2.6%
- Markdown 2.1%
| app-editors | app-editors/gram: add 3.0.1, drop 3.0.0 | |
| metadata | metadata/layout.conf: cleanup | |
| profiles | profiles: remove categories | |
| .gitattributes |
gitattributes: add md, sort
|
|
| .gitignore | gitignore: use absolute path instead of relative for md5-cache | |
| README.md | README.md: update | |
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.