1 个稳定版本
1.0.0 | 2020 年 10 月 19 日 |
---|
#1423 在 开发工具
15KB
189 代码行
艾蒂娜
艾蒂娜 是一个反转的 Anitya。你可能想知道,什么是反转的 Anitya?好吧,我自己也不知道,如果你知道的话,请提交一个问题。
无论如何,对于那些对程序的功能比对它的名字更感兴趣的人,这个程序允许你轻松地跟踪 Anitya 中的项目。它支持通知,并使用 systemd 定时器自动通知你新版本!当没有像 "the-new-hotness" 这样的工具来提醒软件包维护者新版本时,这个程序很有用,就像 "COPR"。此程序对于只想被提醒其喜爱的程序新版本的个别用户也可能很有用。
构建 & 安装
从稳定版本
Fedora
WIP
从 cargo
WIP
从源码
你需要 Rust 工具链中的 cargo 来进行编译。你可以从你喜欢的包管理器中安装它,或者使用 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
从 master
你需要 Rust 工具链中的 cargo 来进行编译。你可以从你喜欢的包管理器中安装它,或者使用 rustup。
$ git clone https://pagure.io/aytina.git
$ cargo build
生成的二进制文件位于 target/debug/aytina
。
依赖关系
~4–32MB
~505K SLoC