Skip to content

Package Definition Reference

Southclaws edited this page Dec 19, 2017 · 19 revisions

Pawn Packages are described with a JSON or YAML file with the following structure:

{
    "contributors": ["array of people who contributed to this package"],
    "website": "forum topic, github page or standalone website",
    "entry": "entry point script for build (see below)",
    "output": "output amx for build (see below)",
    "dependencies": ["list of Dependencies (see below)"],
    "builds": ["list of Build Configurations (see below)"],
    "runtime": {"runtime configuration (see below)"},
    "resources": ["list of Resource objects (see below)"]
}
Clone this wiki locally