Introduce REAPER to maintained apps: add homebrew input (com.cockos.reaper, token `reaper`, dmg installer, Productivity category) and register it in apps.json. Add darwin output metadata (versions/7.73) including installer URL, sha256, install/uninstall script refs and embedded scripts for installation/uninstall behavior. Add frontend icon component and image asset, and wire the Reaper icon into the SOFTWARE_NAME_TO_ICON_MAP.
9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"name": "REAPER",
|
|
"unique_identifier": "com.cockos.reaper",
|
|
"token": "reaper",
|
|
"installer_format": "dmg",
|
|
"slug": "reaper/darwin",
|
|
"default_categories": ["Productivity"]
|
|
}
|