0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

Implement arch changes from #546

This commit is contained in:
boltgolt 2023-02-19 10:10:35 +01:00
parent ea933e3255
commit ceca88a427
No known key found for this signature in database
GPG key ID: BECEC9937E1AAE26
3 changed files with 3 additions and 29 deletions

View file

@ -1,28 +0,0 @@
pkgbase = howdy
pkgdesc = Windows Hello for Linux
pkgver = 2.6.1
pkgrel = 1
url = https://github.com/boltgolt/howdy
arch = x86_64
license = MIT
makedepends = cmake
makedepends = pkgfile
depends = opencv
depends = hdf5
depends = pam-python
depends = python3
depends = python-dlib
depends = python-numpy
depends = python-opencv
backup = usr/lib/security/howdy/config.ini
source = howdy-2.6.1.tar.gz::https://github.com/boltgolt/howdy/archive/v2.6.1.tar.gz
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
sha256sums = f3f48599f78fd82b049539fcfc34de25c9435cad732697bdda94e85352964794
sha256sums = abb1f61041e434465855ce81c2bd546e830d28bcbed8d27ffbe5bb408b11553a
sha256sums = db9e9e40f092c118d5eb3e643935b216838170793559515541c56a2b50d9fc84
sha256sums = 6e787bbebf5c9efdb793f6cd1f023230c4413306605f24f299f12869f95aa472
pkgname = howdy

View file

@ -4,4 +4,5 @@ src
*.zip
*.tar.xz
*.patch
*.dat.bz2
*.dat.bz2
.SRCINFO

View file

@ -17,6 +17,7 @@ depends=(
'python3'
'python-dlib'
'python-numpy'
'python-opencv'
)
makedepends=(
'cmake'