Skip to content

Commit

Permalink
Add neovim.yaml recipe (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard authored Jan 27, 2025
1 parent bd9684f commit c33162a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions recipes/neovim.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
app: neovim
union: true

ingredients:
dist: focal
sources:
- deb http://us.archive.ubuntu.com/ubuntu/ focal main universe # works for amd64
- deb http://ports.ubuntu.com/ubuntu-ports/ focal main universe # works for arm64

script:
- ls
- cat > neovim.desktop <<\EOF
- [Desktop Entry]
- Type=Application
- Name=neovim
- Exec=nvim
- Icon=neovim
- Categories=Development;TextEditor;
- Comment=Vim-fork focused on extensibility and usability
- EOF
- wget -c https://raw.githubusercontent.com/neovim/neovim.github.io/master/logos/neovim-logo-300x87.png -O neovim.png
- mkdir -p usr/share/icons/hicolor/256x256/apps/
- cp neovim.png usr/share/icons/hicolor/256x256/apps/neovim.png

0 comments on commit c33162a

Please sign in to comment.