ukui-extra/biometric-authentication - 0.9.71 (ukui)

Search

Package Information

Description:
A biometric identification framework for UKUI
Homepage:
https://github.com/ukui/biometric-authentication
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.9.71 8 ~amd64 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="A biometric identification framework for UKUI"
HOMEPAGE="https://github.com/ukui/biometric-authentication"
SRC_URI="https://github.com/ukui/biometric-authentication/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-db/sqlite
	dev-libs/glib
	x11-libs/gtk+:3
	sys-auth/libfprint:2
	sys-auth/polkit[gtk]
	virtual/libusb:1
	"
RDEPEND="${DEPEND}
	dev-python/dbus-python
	dev-python/prettytable
	dev-python/pygobject
	"

src_prepare() {
	default
	eautoreconf
}

Dependencies

DEPEND

	dev-db/sqlite
	dev-libs/glib
	x11-libs/gtk+:3
	sys-auth/libfprint:2
	sys-auth/polkit[gtk]
	virtual/libusb:1
	

RDEPEND

	dev-db/sqlite
	dev-libs/glib
	x11-libs/gtk+:3
	sys-auth/libfprint:2
	sys-auth/polkit[gtk]
	virtual/libusb:1
	
	dev-python/dbus-python
	dev-python/prettytable
	dev-python/pygobject
	

Manifest for 0.9.71

Type File Size Source URLs
DIST biometric-authentication-0.9.71.tar.gz 149589 bytes https://github.com/ukui/biometric-authentication/archive/v0.9.71.tar.gz