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

Merge pull request #489 from Jellyfrog/feature/archpkg

Remove unneeded dependencies from Arch Linux
This commit is contained in:
boltgolt 2021-01-03 13:51:08 +01:00 committed by GitHub
commit fc14425bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View file

@ -11,14 +11,10 @@ pkgbase = howdy
depends = hdf5
depends = pam-python
depends = python3
depends = python-pillow
depends = python-dlib
depends = python-face_recognition
depends = python-face_recognition_models
depends = python-click
depends = python-numpy
backup = usr/lib/security/howdy/config.ini
source = https://github.com/boltgolt/howdy/archive/v2.6.1.tar.gz
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

View file

@ -15,11 +15,7 @@ depends=(
'hdf5'
'pam-python'
'python3'
'python-pillow'
'python-dlib'
'python-face_recognition'
'python-face_recognition_models'
'python-click'
'python-numpy'
)
makedepends=(
@ -28,7 +24,7 @@ makedepends=(
)
backup=('usr/lib/security/howdy/config.ini')
source=(
"https://github.com/boltgolt/howdy/archive/v${pkgver}.tar.gz"
"$pkgname-$pkgver.tar.gz::https://github.com/boltgolt/howdy/archive/v${pkgver}.tar.gz"
"https://github.com/davisking/dlib-models/raw/master/dlib_face_recognition_resnet_model_v1.dat.bz2"
"https://github.com/davisking/dlib-models/raw/master/mmod_human_face_detector.dat.bz2"
"https://github.com/davisking/dlib-models/raw/master/shape_predictor_5_face_landmarks.dat.bz2"