summaryrefslogtreecommitdiff
path: root/sys-auth/pam_xdg/pam_xdg-0.0.2.ebuild
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2025-07-31 04:38:09 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2025-07-31 04:38:09 -0400
commit79e2b85e37eda4c071f3494da64985fda91303eb (patch)
tree1d47f3c4f6a29eadabb91efe4f77bfb8ec588ffc /sys-auth/pam_xdg/pam_xdg-0.0.2.ebuild
parent8aacc1fbb8fe2eff45700156742c95fc046b8dbf (diff)
downloadebuilds-79e2b85e37eda4c071f3494da64985fda91303eb.tar.gz
add pam_xdg-0.0.2
Diffstat (limited to 'sys-auth/pam_xdg/pam_xdg-0.0.2.ebuild')
-rw-r--r--sys-auth/pam_xdg/pam_xdg-0.0.2.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-auth/pam_xdg/pam_xdg-0.0.2.ebuild b/sys-auth/pam_xdg/pam_xdg-0.0.2.ebuild
new file mode 100644
index 0000000..c9d8841
--- /dev/null
+++ b/sys-auth/pam_xdg/pam_xdg-0.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A pam module to create XDG runtime directories."
+HOMEPAGE="https://jturnerusa.dev/gitweb/?p=pam_xdg;a=summary"
+SRC_URI="https://jturnerusa.dev/cgit/pam_xdg/snapshot/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-db/sqlite"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local emesonargs=(--prefix=/ --libdir=$(get_libdir))
+ meson_src_configure
+}