-fpm -s dir -t deb -n supload -a all --description "SUpload is an easy to use script for taking screenshots and uploading files to a curl supported file host. Supports SFW and NSFW modes, perfect for shitposting, AND for work!" --license MIT -d bash -d curl -d jq --deb-recommends maim --deb-suggests xclip --deb-suggests libnotify-bin -m "Volkor The Barbarian Warrior <volkor@thecum.zone>" --config-files /etc/supload.conf -v $CI_COMMIT_REF_NAME supload.sh=/usr/local/bin/supload supload.conf=/etc/supload.conf
-fpm -s dir -t deb -n supload -a all --description "SUpload is an easy to use script for taking screenshots and uploading files to a curl supported file host. Supports SFW and NSFW modes, perfect for shitposting, AND for work!" --license MIT -d bash -d curl -d jq --deb-recommends maim --deb-suggests xclip --deb-suggests libnotify-bin -m "Volkor The Barbarian Warrior <me@volkor.me>" --config-files /etc/supload.conf -v $CI_COMMIT_REF_NAME supload.sh=/usr/local/bin/supload supload.conf=/etc/supload.conf
artifacts:
name:supload_${CI_COMMIT_REF_NAME}
paths:
...
...
@@ -42,7 +42,7 @@ package:linux:rpm:
tags:
-docker
script:
-fpm -s dir -t rpm -n supload -a all --description "SUpload is an easy to use script for taking screenshots and uploading files to a curl supported file host. Supports SFW and NSFW modes, perfect for shitposting, AND for work!" --license MIT -d bash -d curl -d jq -d maim -d libnotify -m "Volkor The Barbarian Warrior <volkor@thecum.zone>" --config-files /etc/supload.conf -v $CI_COMMIT_REF_NAME supload.sh=/usr/local/bin/supload supload.conf=/etc/supload.conf
-fpm -s dir -t rpm -n supload -a all --description "SUpload is an easy to use script for taking screenshots and uploading files to a curl supported file host. Supports SFW and NSFW modes, perfect for shitposting, AND for work!" --license MIT -d bash -d curl -d jq -d maim -d libnotify -m "Volkor The Barbarian Warrior <me@volkor.me>" --config-files /etc/supload.conf -v $CI_COMMIT_REF_NAME supload.sh=/usr/local/bin/supload supload.conf=/etc/supload.conf