aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/squirrel/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/squirrel/vcpkg.json')
-rw-r--r--vcpkg/ports/squirrel/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/squirrel/vcpkg.json b/vcpkg/ports/squirrel/vcpkg.json
new file mode 100644
index 0000000..bdf5fb5
--- /dev/null
+++ b/vcpkg/ports/squirrel/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "squirrel",
+ "version-date": "2021-09-17",
+ "description": "Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.",
+ "homepage": "http://www.squirrel-lang.org",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "interpreter": {
+ "description": "Build sq command-line interpreter"
+ }
+ }
+}