Request for new library - URTouch

Hi there. Can I please get the URTouch library registered? It is for enabling TFT touchscreens and I’m using it in the Arduino IDE but I’d like to migrate to PlatformIO. Thanks.

You mean GitHub - f1rmb/URTouch: Fork of Arduino/chipKit library support for Color TFT LCD Touch screens from Henning Karlsen?

You can already use this library by adding the git link to the 'lib_deps of theplatformio.ini`,

lib_deps =
   https://github.com/f1rmb/URTouch.git

I don’t know whether we can just register the library as if we were the owner. Also, the repository is missing a library.properties or library.json manifest description. So one could fork it and pio package publish that.

Thanks Max. Worked perfectly. I appreciate the response.
CDV