blob: 64c829665823b22a1f68eee609b5b3f51049b200 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-mouseinfo
pkgdesc = Display XY position and RGB color information for the pixel currently under the mouse.
pkgver = 0.1.3
pkgrel = 1
url = https://github.com/asweigart/mouseinfo
arch = any
license = GPL3
makedepends = python-setuptools
depends = python-xlib
depends = python-pyperclip
depends = python-pillow
depends = tk
source = https://pypi.org/packages/source/M/MouseInfo/MouseInfo-0.1.3.tar.gz
sha256sums = 2c62fb8885062b8e520a3cce0a297c657adcc08c60952eb05bc8256ef6f7f6e7
pkgname = python-mouseinfo
|