mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
1 line
382 B
Bash
Executable file
1 line
382 B
Bash
Executable file
command -v fpm > /dev/null && fpm -s dir -t deb -p micro-$1-amd64.deb --name micro --license mit --version $1 --deb-recommends xclip --description "A modern and intuitive terminal-based text editor" --after-install ./assets/packaging/deb/micro.postinst --before-remove ./assets/packaging/deb/micro.prerm ./micro=/usr/bin/micro ./assets/packaging/micro.1=/usr/share/man/man1/micro.1
|