Docker image to package hmt into a deb package.
Run the following commands:
echo "deb [trusted=yes] https://dl.bintray.com/hmt/apt all main" | sudo tee -a /etc/apt/sources.list
apt update && apt install hmtDepending on the environment ca-certificates may need to be installed, and sudo not necessary. See https://gitlab.com/fornwall/ci-test for how to install the package in the GitLab CI environment.
Run the following command to create a deb file (such as hmt-0.2.16.deb) in the current directory:
docker run --rm -v $PWD:/out meeshkan/hmt-deb-builderIt will use the latest hmt release on PyPi.