squalou / google-chat-linux

source of a fork of google-chat-linux unofficial client from robyf
50 stars 10 forks source link

Provide a container to build deb and rpm packages #79

Closed pbabinca closed 9 months ago

pbabinca commented 9 months ago

This way one doesn't need to install build dependencies and it is enough to install a container engine (docker or podman).

Tested on Fedora 39 with podman to create and install rpm package.

Not tested with docker nor Debian-based distributions (I don't have one handy right now).

Edit: I have also extended GitHub action to create rpms but I haven't tested that one either.