summaryrefslogtreecommitdiff
path: root/sys-auth/pam_xdg/pam_xdg-0.0.2.ebuild
blob: c9d8841d7bf5a546f13916892f7c65a74e566f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
}