From e8f42ccd2c85db9ea6cd7e87215ba7a20c32259a Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 24 Jul 2025 12:36:23 -0400 Subject: add pam_xdg and sqlitecpp --- dev-cpp/sqlitecpp/sqlitecpp-3.3.3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-cpp/sqlitecpp/sqlitecpp-3.3.3.ebuild (limited to 'dev-cpp/sqlitecpp/sqlitecpp-3.3.3.ebuild') 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" -- cgit v1.2.3