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