cfyzium / bearlibterminal

Interface library for applications with text-based console-like output
Other
119 stars 18 forks source link

Would adding BearLibTerminal to vcpkg be OK? #11

Open bradJM opened 3 years ago

bradJM commented 3 years ago

Hello,

Exactly what the title asks. :) I'm happy to submit the request over at the vcpkg repository myself, but thought I should clear it with you first. It would make getting started quite a bit easier for those of us already using vcpkg to manage dependencies.

Thanks!

cfyzium commented 3 years ago

Perfectly OK. I'd like to add the library to as much package managers as possible eventually.

The current build script might be a bit weird though (e. g. putting the artifacts inside the source files directory tree during build) because it has been written at a time I barely understood CMake. So if something would require an inconvenient workaround, let's fix that instead.

bradJM commented 3 years ago

Great, thank you! I'll put the request in over at their repository and see what they come back with.

bradJM commented 3 years ago

Looks like no one picked up the request, and I unfortunately don't have the bandwidth to try it myself right now. 😞 Feel free to close this if you'd like. If I get some time in the future, I'll try adding a vcpkg port myself.

HunterZ commented 2 years ago

It looks like it might not be terribly hard to create the goop needed for vcpkg to do its thing for BearLibTerminal (especially since BLT uses CMake), but there's a problem: the latest tag is from 2015, and vcpkg is going to want to pull the source tarball for a versioned release.