blob: 90ab526e35b857c845292e3c01430ffdafaa3366 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=webcam-access-monitor
pkgver=0.2.4
pkgrel=3
pkgdesc="D-Bus service and Gnome Shell extension to monitor webcam access."
arch=('any')
url="https://github.com/phw/webcam-access-monitor"
license=('GPL3')
depends=('python' 'python-pyinotify' 'python-gobject' 'python-dbus' 'psmisc')
optdepends=('gnome-shell')
makedepends=(git)
source=("git://github.com/phw/webcam-access-monitor.git#tag=${pkgver}")
md5sums=('SKIP')
package() {
cd "$pkgname"
./install.sh "${pkgdir}"
}
|