CuboCore.corepad

corepad 5.0.1

Document editor from the C Suite

https://gitlab.com/cubocore/coreapps/corepad
GNU General Public License v3.0 or later
main program: corepadprograms: corepad
Platforms (24)
mips64-linuxi686-linuxmipsel-linuxs390-linuxarmv6l-linuxmips64el-linuxs390x-linuxriscv32-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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