blob: e621d98d12130572ecb3f858aa232c18ba157aa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = simcamera
pkgdesc = Simple desktop camera app built with Tkinter, Pillow, and ffmpeg
pkgver = 0.1.0
pkgrel = 5
url = https://github.com/inxeoz/simcamera
arch = any
license = MIT
depends = python
depends = python-pillow
depends = tk
depends = ffmpeg
optdepends = libnotify: desktop notifications via notify-send
source = camera.py
source = simcamera
source = simcamera.desktop
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
pkgname = simcamera
|