summaryrefslogtreecommitdiff
path: root/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild
blob: dba28a98caf0b53a592f345322af5a41f3a894c5 (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
29
30
31
32
EAPI=5
 
inherit autotools-utils
 
DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
HOMEPAGE="https://developers.yubico.com/libu2f-server/"
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"
 
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="static-libs"
 
RDEPEND="
dev-libs/openssl
dev-libs/json-c
dev-libs/check"
 
DEPEND="${RDEPEND}
virtual/pkgconfig"
 
src_prepare() {
autotools-utils_src_prepare
}
 
src_configure() {
autotools-utils_src_configure
}
 
src_install() {
autotools-utils_src_install
}