Crates.io | aytina |
lib.rs | aytina |
version | 1.0.0 |
source | src |
created_at | 2020-10-19 19:05:31.477254 |
updated_at | 2020-10-19 19:05:31.477254 |
description | Tracking releases from your cli with Anitya |
homepage | |
repository | https://pagure.io/aytina |
max_upload_size | |
id | 303066 |
size | 47,883 |
Aytina is a reversed Anitya. What is a reversed Anitya you may ask? Well, simple! I have no idea myself, if you ever find out, please open an issue.
Anyway, for you crazy people who are more interested on what this program does than on its name, this program allows you to easily track projects from Anitya. It supports notification and uses systemd timers to automatically notify you of new releases! This program is useful for when no tool like "the-new-hotness" is available to alert packagers of new releases, as with "COPR". This program may also be useful for individual users who just want to be alerted of new releases for their favorite programs.
WIP
WIP
You will need cargo from the Rust tool chain for the compilation. Install it from your favorite Package Manager or using rustup.
$ git clone https://pagure.io/aytina.git
$ git checkout <release> # Replace <release> by the release
$ cargo build --release
$ # If you want to install the generated binary in your path:
$ cp target/release/aytina ~/.local/bin
You will need cargo from the Rust tool chain for the compilation. Install it from your favorite Package Manager or using rustup.
$ git clone https://pagure.io/aytina.git
$ cargo build
The resulting binary is found at target/debug/aytina
.