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:
parent
5ac6f6404a
commit
13d321498c
1 changed files with 3 additions and 1 deletions
4
mkdeb.sh
4
mkdeb.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue