Skip to content

Commit

Permalink
New package: tomlplusplus-3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Mar 18, 2024
1 parent 7d85558 commit 1e546a2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 16 additions & 0 deletions srcpkgs/tomlplusplus/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
}

0 comments on commit 1e546a2

Please sign in to comment.