Improve packaging

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.
This commit is contained in:
Zachary Yedidia
2020-07-06 03:13:02 +00:00
parent 102ae04a16
commit 0283155305
6 changed files with 13 additions and 3 deletions

1
tools/package-deb.sh Normal file
View File

@@ -0,0 +1 @@
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