Skip to content

First Release

Latest
Compare
Choose a tag to compare
@michaelnoguera michaelnoguera released this 13 Oct 22:11
2d45ad9

Here's a .deb package for my linux friends. Built on/for Ubuntu 20.04 focal, but it might work elsewhere. If it doesn't, follow the instructions under "Building from source" below.

Installation from package

You can install the .deb package with apt or dpkg. Take your pick:

  • apt install path/to/conky-calendar_0.1.0_amd64.deb
  • dpkg -i path/to/conky-calendar_0.1.0_amd64.deb.

Building from source

Alternatively, you can download the source zip and build it with cargo. You will need cargo and rust installed.
Inside the project directory, cargo build --release will make you an optimized executable.
If you have cargo-deb installed, you can cargo deb to reconstruct the package included here yourself, and cargo deb --install to install it.