mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
71 stars 182 forks source link

Add Angelscript to DB #1157

Open TheQuinbox opened 10 months ago

TheQuinbox commented 10 months ago

Hi, It would be great if AngelScript, the scripting library from https://angelcode.com/angelscript/, could be added to the DB. This is a very useful library, although I'm not entirely sure how adding it would work as its not on GitHub.

UnixY2K commented 10 months ago

acording to their work in progress page there is a GitHub mirror

for the wrap process you can view the main readme and take some other existing wraps, the wraps currently use https instead of git so not having a download directly from GitHub should not be an Issue

klokik commented 9 months ago

They already have https://github.com/IngwiePhoenix/AngelScript/blob/master/sdk/angelscript/projects/meson/meson.build

So one only needs to add a top-level meson.build that adds its subdir, and create an "angelscript.wrap" file. @TheQuinbox give it a try.