added compsrv_1.0.0-1_all.deb
This commit is contained in:
parent
7a9c4e9f3a
commit
587a7503a2
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
export VERSION="1.0.0-1"
|
||||
|
||||
fpm \
|
||||
-s dir -t deb \
|
||||
-m '"Joel Klimont" <joel.klimont@gmail.com>' \
|
||||
|
@ -9,13 +11,14 @@ fpm \
|
|||
--after-install postinstall.sh \
|
||||
--after-upgrade postinstall.sh \
|
||||
--name compsrv \
|
||||
--version 1.0.0-0 \
|
||||
--version $VERSION \
|
||||
--architecture all \
|
||||
-d "libprotobuf23" \
|
||||
-d "protobuf-compiler" \
|
||||
-d "python3-protobuf" \
|
||||
-d "pigpio" \
|
||||
-d "libsystemd-dev" \
|
||||
./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
|
||||
# ar -xv compsrv-1.0.0-0-all.deb
|
||||
|
|
Binary file not shown.
BIN
server_v2/compsrv_1.0.0-1_all.deb
Normal file
BIN
server_v2/compsrv_1.0.0-1_all.deb
Normal file
Binary file not shown.
Reference in a new issue