mirror of
https://codeberg.org/vyn/lali.git
synced 2026-01-28 09:35:43 +00:00
Store your anime lists locally.
| external | ||
| images | ||
| selenite-builder@87b72a5584 | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| .selenite-builder.env | ||
| CMakeLists.txt | ||
| lali.desktop | ||
| lali.png | ||
| LICENSE | ||
| README.md | ||
| run-release.sh | ||
Warning
This is a work in progress and not stable.
Lali
Lali is a simple anime lists manager that stores your lists locally, but with the ability to use online services (e.g AniList) as source.
Lali is an acronym for Local Anime Lists
Build from source
Requirements
- GCC >= 14.2.1
- CMake >= 3.30.2
- Ninja (or Make but you will need to adapt the commands)
- Rustc >= 1.88.0
- Git
Steps
Fetch the repository and run the build script (or read it to know what it does):
git clone --recursive https://codeberg.org/vyn/lali.git
cd lali
sh selenite-builder/selenite-builder.sh
Then you should have a lali executable in the build directory you are currently in.
Contributing
Feel free to make suggestions and report issues, but I do not accept contributions (pull requests).
