diff --git a/common/shlibs b/common/shlibs index 1b554f23bcfe12..d0239fd72c0976 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4296,3 +4296,6 @@ libunicode_loader.so.0.4 libunicode-0.4.0_1 force-stage.so.0.1 void-force-stage-0.1_1 libliftoff.so.0 libliftoff-0.4.1_1 libscfg.so libscfg-0.1.1_1 +libhyprlang.so.2 hyprlang-0.5.0_1 +libhyprcursor.so.0 hyprcursor-0.1.4_1 +libtomlplusplus.so.3 tomlplusplus-3.4.0_1 diff --git a/srcpkgs/tomlplusplus/template b/srcpkgs/tomlplusplus/template new file mode 100644 index 00000000000000..796a2339582f9a --- /dev/null +++ b/srcpkgs/tomlplusplus/template @@ -0,0 +1,16 @@ +# Template file for 'tomlplusplus' +pkgname=tomlplusplus +version=3.4.0 +revision=1 +build_style="meson" +hostmakedepends="pkg-config cmake" +short_desc="Header-only TOML config file parser and serializer for C++17" +maintainer="Makrennel " +license="MIT" +homepage="https://marzer.github.io/tomlplusplus/" +distfiles="https://github.com/marzer/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=8517f65938a4faae9ccf8ebb36631a38c1cadfb5efa85d9a72e15b9e97d25155 + +post_install() { + vlicense LICENSE +}