blob: e784f73908a719d81e44028890ad4032c90ab5ac (
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
|
pkgbase = howdy-git
pkgdesc = Windows Hello style facial authentication for Linux
pkgver = r564.aa75c76
pkgrel = 1
url = https://github.com/boltgolt/howdy
install = howdy.install
arch = x86_64
license = MIT
makedepends = git
makedepends = meson
makedepends = ninja
makedepends = cmake
depends = libinih
depends = libevdev
depends = python
depends = python-dlib
depends = python-opencv
provides = howdy
conflicts = howdy
backup = etc/howdy/config.ini
source = howdy::git+https://github.com/boltgolt/howdy.git
source = https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2
source = https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2
source = https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2
md5sums = SKIP
md5sums = 1b31cc4419cc8f1018117249b64bd683
md5sums = 5edccec8ac713d743be4865ff6ead7f7
md5sums = ef591cf713630226b35b11d0e1733118
pkgname = howdy-git
|