blob: 22145f7a5f234ea742dd04e2ff725f8773b757ad (
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
27
28
|
EAPI=5 inherit autotools-utils DESCRIPTION="Yubico Universal 2nd Factor (U2F) PAM module" HOMEPAGE="https://developers.yubico.com/pam-u2f/" SRC_URI="https://developers.yubico.com/pam-u2f/Releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64" RDEPEND=" app-crypt/libu2f-host app-crypt/libu2f-server" DEPEND="${RDEPEND}" src_prepare() { autotools-utils_src_prepare } src_configure() { autotools-utils_src_configure } src_install() { autotools-utils_src_install }
|