15 lines
382 B
Bash
15 lines
382 B
Bash
EAPI=8
|
|
|
|
DESCRIPTION="Hardware authentication for Linux using ordinary flash media (USB & Card based)"
|
|
HOMEPAGE="https://github.com/mcdope/pam_usb"
|
|
|
|
SRC_URI="https://github.com/mcdope/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~arm64"
|
|
|
|
DEPEND="sys-fs/udisks"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
PATCHES=( "${FILESDIR}/0.8.5/fix-install.patch" )
|