A GTK4 application that downloads images of catgirl based on https://nekos.moe
meson setup <build_dir> [--prefix <prefix>]
Prefix is
/usr/localby default
meson compile -C <build_dir>meson install -C <build_dir> [--destdir <dest_dir>]
Package is installed globally by default, or in
<dest_dir>if--destdiris specified (path are relative to<build_dir>)
Make sure you have nfpm and sh installed, then run ./package.sh.
This repository includes Nix packaging files for easy installation on NixOS and other Nix-based systems.
See NIX_PACKAGING.md for detailed instructions.
Quick start:
# Run directly with flakes
nix run github:TymekV/CatgirlDownloader
# Or build locally
nix build
./result/bin/catgirldownloader