Go to file
thomas 7ef4baf9a9 Update version 2022-11-21 22:52:21 +01:00
lib Add mealie 2022-11-19 19:56:01 +01:00
ressources Update version 2022-11-21 22:52:21 +01:00
.gitignore metabase add /etc/default/metabase 2022-03-24 02:48:03 +01:00
README.MD Update README.MD 2022-11-19 19:59:44 +01:00
debmaker New method 2022-08-17 20:35:16 +02:00

README.MD

DEBMAKER

The main goal of this project is allow to create application from source without install compilation utility directly on the main system. Compilation environnements are stores in temporary files. All package are install with chroot environnement.

Currently debian packages are build, but other package can be build with this ways

Objectives :

  • Create lowest debian lxc contener to limit backup size
  • Easily upgrade application

Usage

List app

To list all applications with debmaker script

./debmaker list

Create deb file

To create deb file you just need to run the bellow command :

./debmaker run <app>

after execution, .deb file is generate in 'dist' folder

Edit debmaker script

./debmaker edit <app>

Debug

To enter in temporary filesystem

./debmaker chroot <app>

packages available in shared repository

Contact me

  • On Matrix.org : @thomas:lgy.fr
  • By email : thomas at lgy.Fr