mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 13:57:07 +09:00
Slight improvements to the man page, and the man page is now provided in prebuilt binary tarballs. Also a .deb file is now provided as an asset along with prebuilt binary tarballs.
2 lines
212 B
Bash
2 lines
212 B
Bash
fpm -s dir -t deb --name micro --version $1 --deb-recommends xclip --description "A modern and intuitive terminal-based text editor" ./micro=/usr/bin/micro ./assets/packaging/micro.1=/usr/share/man/man1/micro.1
|