1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update mkdeb.sh

This commit is contained in:
niansa 2018-07-15 07:32:23 +00:00
parent 5ac6f6404a
commit 13d321498c

View file

@ -12,14 +12,16 @@ chmod +x ./simpsh-httpd/mkpackage.sh
# Create Package info
mkdir ~/simpsh-httpd-pkg/DEBIAN
cd ./simpsh-httpd/
echo 'Package: simpsh-httpd
Version: 1.2.0
Version: '"git rev-parse HEAD"'
Maintainer: nisa/niansa <nisa@bitcoinshell.mooo.com>
Priority: extra
Architecture: all
Depends: bash, socat
Recommends: php7.2-cli
Description: An usable bash-httpserver with easy configuration and very simple PHP' > ~/simpsh-httpd-pkg/DEBIAN/control
cd ..
# Build package
fakeroot dpkg -b ~/simpsh-httpd-pkg ~/simpsh-httpd.deb