diff --git a/packagelist b/packagelist index 86477a14db..80192069c9 100644 --- a/packagelist +++ b/packagelist @@ -221,6 +221,7 @@ librewolf-app librewolf-deb libspa-codec-bluez5-aac-bin libssl1.1-deb +libtomlplusplus-header libxapp1-deb lightpad-git linked-deb diff --git a/packages/libtomlplusplus-header/libtomlplusplus-header.pacscript b/packages/libtomlplusplus-header/libtomlplusplus-header.pacscript new file mode 100644 index 0000000000..3087c7eb37 --- /dev/null +++ b/packages/libtomlplusplus-header/libtomlplusplus-header.pacscript @@ -0,0 +1,12 @@ +name="libtomlplusplus-header" +pkgver="3.4.0" +pkgdesc="Header-only TOML config file parser and serializer for C++17" +homepage='https://marzer.github.io/tomlplusplus/' +url="https://raw.githubusercontent.com/marzer/tomlplusplus/v${pkgver}/toml.hpp" +hash="6b5172ad4dd6519aec67b919181fa7a38a2234131e5b2afa232dfe444819783e" +repology=("project: tomlplusplus") +maintainer="Elsie19 " + +package() { + sudo install -Dm644 "toml.hpp" -t "${pkgdir}/usr/local/include/toml++/" +}