{
  "format": 1,
  "name": "cowsay",
  "version": "1.0.0-r1",
  "summary": "configurable talking cow",
  "description": "prints a cow saying whatever you put after the command",
  "architecture": "any",
  "repository": "skapo-extra",
  "dependencies": [],
  "entrypoint": {
    "command": "do cowsay"
  },
  "options": [
    {
      "name": "--mode",
      "type": "enum",
      "default": "say",
      "description": "speech bubble mode"
    }
  ],
  "ascii_art": "        \\   ^__^\n         \\  (oo)\\_______\n            (__)\\       )\\/\\\n                ||----w |\n                ||     ||",
  "size_bytes": 147456,
  "installed_size_bytes": 393216
}