jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

Add support for creating an RPM package #21

Closed Dasmark closed 6 years ago

Dasmark commented 6 years ago

As requested in #3 and being a Fedora user myself, I read up how to do exactly that and here's the commit for it. Just do a make package in the build directory after you ran cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. and you'll get a nice RPM.

jeanguyomarch commented 6 years ago

Terrific, thanks a lot.