airshipper

airshipper 0.17.0

Provides automatic updates for the voxel RPG Veloren

https://www.veloren.net
GNU General Public License v3.0
main program: airshipperprograms: airshipper
Platforms (38)
armv7l-linuxi686-netbsdmipsel-netbsdx86_64-linuxx86_64-darwinwasm32-wasiarmv5tel-linuxarmv6l-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  airshipper
];
Ad-hoc shell
nix-shell -p airshipper
Flake (nix run)
nix run nixpkgs#airshipper