makedeb
Vim-fork focused on extensibility and usability
Package Base:
Latest Commit:
97b7554
Commits in the Past Week:
0
Commits in the Past Month:
0
Commits in the Past Year:
0
Total Commits:
20
Committers:
alfador (1)
only_vip (19)
Pulls:
52
simplified the echo commands and creation of certain directories thus
Commit Hash:
Author:
only_vip
Created:
2022-01-04
feat: Makefile,`Release` build and other minor changes - Added a Makefile with common targets to build/install pakage with `makedeb`. - Add .gitignore file - added `prepare()` : helps with cleaning up build directory, in case - splitted `package()` into `build()` and `package()` functions: - `build()` : Builds neovim with `RELEASE` optimizations. It supports cross-compilation for `arm64` architectures - `release()` : added some extra files such as a desktop icon. - `check()`: ensures the build was successful and neovim is able to run without any runtime bugs
Commit Hash:
Author:
alfador
Created:
2022-01-01