All checks were successful
Build & Release Plugin / build (push) Successful in 9s
- Makefile: platform-specific unit paths — Linux uses FCL source with -fPIC, FreeBSD/Windows use pre-compiled units from /opt/fpcup/fpc/units - CI: delete existing release before creating (handles re-runs) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
799 B
JSON
34 lines
799 B
JSON
{
|
|
"name": "echomail",
|
|
"version": "0.0.5",
|
|
"api_version": 1,
|
|
"description": "Echomail Processor - Tosser, scanner, packer, AreaFix, netmail routing",
|
|
"short_description": "FidoNet echomail tosser and scanner (like FastEcho/Squish)",
|
|
"author": "Fastway BBS",
|
|
"license": "GPL-3.0",
|
|
"category": "networking",
|
|
"target": "server",
|
|
"homepage": "https://kjgr.io/fastway/fastway-plugin-echomail",
|
|
"repository": "fastway/fastway-plugin-echomail",
|
|
"tags": "fidonet,echomail,tosser,scanner,areafix,netmail",
|
|
"dependencies": {
|
|
"fastway": ">=0.4.7",
|
|
"plugins": []
|
|
},
|
|
"capabilities": [
|
|
"database",
|
|
"routes",
|
|
"admin",
|
|
"events",
|
|
"config",
|
|
"service",
|
|
"scheduled"
|
|
],
|
|
"files": {
|
|
"binary": "libechomail.so",
|
|
"web": [
|
|
"web/"
|
|
]
|
|
}
|
|
}
|