Bfxr icon

Bfxr 1.5.1

Make sound effects for computer games

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    bfxr # Bfxr
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    bfxr # Bfxr
  ];
}

Package Definition

{
  "pname": "bfxr",
  "version": "1.5.1",
  "src": {
    "url": "https://ded.bfxr.net/~locus/bfxr_update/Bfxr_MAC.zip",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Bfxr.app\" \"$out/Applications/Bfxr.app\""
  ],
  "meta": {
    "description": "Make sound effects for computer games",
    "homepage": "https://www.bfxr.net/"
  }
}