blob: 5bcb7ed3c7fbbbfaa40b68da983d98e634bba5f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = linuxwave
pkgdesc = Linux facial recognition authentication system with PAM integration
pkgver = 0.1.1
pkgrel = 1
url = https://github.com/vinisadev/linux-wave
arch = x86_64
license = MIT
optdepends = opencv: Face detection support (future)
optdepends = tensorflow: Face recognition engine (future)
optdepends = bluez: Bluetooth proximity detection (future)
optdepends = gtk3: Enrollment GUI with GTK (future)
optdepends = qt5-base: Enrollement GUI with Qt (future)
source = linuxwave-0.1.1.tar.gz::https://github.com/vinisadev/linux-wave/archive/refs/tags/0.1.1.tar.gz
sha256sums = SKIP
pkgname = linux-wave
|