fpm \ -s dir -t deb \ -m '"Joel Klimont" ' \ --license 'proprietary' \ --description 'Library for robot used in the competition' \ --url "https://github.com/F-WuTS/compLIB" \ --deb-priority "optional" \ --deb-systemd "compsrv.service" \ --after-install postinstall.sh \ --after-upgrade postinstall.sh \ --name compsrv \ --version 1.0.0-0 \ --architecture all \ ./test_bin/compsrv=/usr/bin/compsrv # MUST BE RUN IN BASH, zsh has 'ar' as an alias to 'apt' # ar -xv compsrv-1.0.0-0-any.deb