From 8a43bdb4c4a5068a37f1ead5620e47c26702887b Mon Sep 17 00:00:00 2001 From: Southclaws Date: Sun, 24 Dec 2017 15:38:42 +0000 Subject: [PATCH] Create pawn.json --- pawn.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pawn.json diff --git a/pawn.json b/pawn.json new file mode 100644 index 0000000..ac01a54 --- /dev/null +++ b/pawn.json @@ -0,0 +1,21 @@ +{ + "user": "maddinat0r", + "repo": "sscanf", + "contributors": ["Y_Less", "Emmet_"], + "resources": [ + { + "name": "^sscanf-(.+)-linux.tar.gz$", + "platform": "linux", + "archive": true, + "includes": ["."], + "plugins": ["plugins/sscanf.so"] + }, + { + "name": "^sscanf-(.*)-win32.zip$", + "platform": "windows", + "archive": true, + "includes": ["."], + "plugins": ["plugins/sscanf.dll"] + } + ] +}