Skip to content
This repository was archived by the owner on Oct 30, 2022. It is now read-only.

meeshkan/hmt-deb-builder

Repository files navigation

hmt-deb-builder

Docker image to package hmt into a deb package.

How to install the debian 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 hmt

Depending 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.

How to build the debian package

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-builder

It will use the latest hmt release on PyPi.

About

Docker image to package hmt into a deb package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published