diff options
author | Narrat | 2025-02-09 20:41:40 +0100 |
---|---|---|
committer | Narrat | 2025-02-09 20:41:40 +0100 |
commit | 600f5a62fe2d344b511918391b947819013d1b3a (patch) | |
tree | 805976dc66b70ca3d08670cfea9829abb86f379b /PKGBUILD | |
parent | dab521862b016cae932f033f7a4f55809d3c510b (diff) | |
download | aur-600f5a62fe2d344b511918391b947819013d1b3a.tar.gz |
greenbone-feed-sync: add install for install
Before starting all the services a manual sync is necessary
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,11 +2,12 @@ pkgname=greenbone-feed-sync pkgver=25.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='script for downloading the Greenbone Community Feed' arch=('any') url="https://github.com/greenbone/greenbone-feed-sync" license=('GPL-3.0-only') +install=gfs.install depends=('rsync' 'python-rich' 'python-tomli' 'python-shtab') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry') groups=('greenbone-vulnerability-manager') |