chore(project): configure project
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-23 13:12:18 +02:00
parent 166ff66a40
commit 238c85561b
6 changed files with 40 additions and 20 deletions

View file

@ -1,6 +1,14 @@
# Template for external project package building
# Unofficial dpkg neovim build from main branch
- git submodule add <https://repo.example.com/external/repo.git> upstream
- Makefile: change package name & compile / dpkg target instructions
- Dockerfile.builder: required deb packages / base image
- deb-package/DEBIAN/control: Package name, depends, conflict & description
hyperextensible Vim-based text editor
- <https://neovim.io/>
- <https://github.com/neovim/neovim>
All credit to maintainer of neovim!
This repo provide semi-automatic build of main branch to ubuntu 24.04 (noble) dpkg package:
<https://forge.e5150.fr/ext/-/packages/debian/neovim-main/>
License file in this repo only apply to build & packaging step files, neovim is licensed as Apache 2.0 license, see upstream project for details.