Skip to content

Commit

Permalink
add: libtomlplusplus-header
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Jan 1, 2024
1 parent 5ec5816 commit 07f2ddb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ librewolf-app
librewolf-deb
libspa-codec-bluez5-aac-bin
libssl1.1-deb
libtomlplusplus-header
libxapp1-deb
lightpad-git
linked-deb
Expand Down
12 changes: 12 additions & 0 deletions packages/libtomlplusplus-header/libtomlplusplus-header.pacscript
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"

package() {
sudo install -Dm644 "toml.hpp" -t "${pkgdir}/usr/local/include/toml++/"
}

0 comments on commit 07f2ddb

Please sign in to comment.