blob: 9e918660119421d59436cb96c400572ccaa3d106 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = iris
pkgdesc = Infrared Recognition & Identity System - password-less face unlock for SDDM on Thinkpad IR cameras
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/lordhanya/iris
install = iris.install
arch = x86_64
license = MIT
depends = python
depends = python-dlib
depends = python-opencv
depends = python-numpy
depends = v4l-utils
depends = linux-enable-ir-emitter
source = iris-1.0.0.tar.gz::https://github.com/lordhanya/iris/archive/v1.0.0.tar.gz
source = face_recognition_models-0.3.0.tar.gz::https://files.pythonhosted.org/packages/source/f/face_recognition_models/face_recognition_models-0.3.0.tar.gz
sha256sums = 0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5
sha256sums = SKIP
pkgname = iris
|