diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-07-24 12:36:23 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-07-24 12:36:23 -0400 |
commit | e8f42ccd2c85db9ea6cd7e87215ba7a20c32259a (patch) | |
tree | 96663f3eaa3f388f48e1f0edbe78986cc67e8cea /dev-cpp | |
parent | 43dcb49e04d69a56a517123bb41a6f4e5b78eb54 (diff) | |
download | ebuilds-e8f42ccd2c85db9ea6cd7e87215ba7a20c32259a.tar.gz |
add pam_xdg and sqlitecpp
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/sqlitecpp/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/sqlitecpp/sqlitecpp-3.3.3.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-cpp/sqlitecpp/Manifest b/dev-cpp/sqlitecpp/Manifest new file mode 100644 index 0000000..e0e7ed0 --- /dev/null +++ b/dev-cpp/sqlitecpp/Manifest @@ -0,0 +1 @@ +DIST 3.3.3.tar.gz 2733063 BLAKE2B cf4ddb9f3d245c21709868a397693b19210bfc219ea9123e0e1d08da29e8e4d3e6642f4bd5fff8f701e02c74e7b086343c9f905b17939467e93f6202f12c1a56 SHA512 23193108faaca4c1c7b0a05178bfdbb772a4e14dc145af1b3a7b35efe05a94b07200bdd5551afde44ab5eb3c6aeabbd70cfb0d710dc2750a8280e06fba94c494 diff --git a/dev-cpp/sqlitecpp/sqlitecpp-3.3.3.ebuild b/dev-cpp/sqlitecpp/sqlitecpp-3.3.3.ebuild new file mode 100644 index 0000000..4c15a88 --- /dev/null +++ b/dev-cpp/sqlitecpp/sqlitecpp-3.3.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. " +HOMEPAGE="http://srombauts.github.io/SQLiteCpp" +SRC_URI="https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/3.3.3.tar.gz" + +S="${WORKDIR}/SQLiteCpp-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-db/sqlite" +DEPEND="${RDEPEND}" +BDEPEND="dev-db/sqlite" |