Gregy / znapzend-debian

Files required for building znapzend debian packages

Home Page:http://www.znapzend.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing ZnapZend Debian packages

You can download prebuilt package from 'releases' section of this repository. Please report back with problems.

Creating ZnapZend Debian packages

You can either run the build manually or use a docker based build script

Manual package creation

Install required packages:

apt install git debhelper devscripts unzip build-essential

Build debs:

git clone https://github.com/Gregy/znapzend-debian.git
cd znapzend-debian
git clone -b v0.21.1 https://github.com/oetiker/znapzend
cp -r debian/ znapzend
cd znapzend
debuild --no-tgz-check -us -uc

Resulting packages are in parent directory

cd ..

Scripted package creation

Convinient build script utilizing a docker container is present in the repo. Run it like this:

./build.sh

Installing ZnapZend Debian packages

apt install ./znapzend_*.deb

About

Files required for building znapzend debian packages

http://www.znapzend.org/


Languages

Language:Dockerfile 53.6%Language:Shell 46.4%