mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-04 04:44:43 +00:00
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
|