blob: d961d0ed384efb294d664f3e12cb512e0d4e62e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = download-guardian
pkgdesc = User-level lightweight service that watches ~/Downloads and prompts to scan new files/folders with Download Guardian (powered by ClamAV)
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/yashlakhtariya/download-guardian
arch = x86_64
license = MIT
depends = inotify-tools
depends = clamav
depends = zenity
depends = libnotify
source = download-guardian-scan.sh
source = download-guardian.service
source = download-guardian-reload.hook
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
pkgname = download-guardian
|