blob: c43d77de44b138113d051c9485f2ad9a942fa1c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-freesimplegui
pkgdesc = Super-simple to create custom GUI, free fork of PySimpleGUI
pkgver = 5.2.0.post1
pkgrel = 2
url = https://github.com/spyoungtech/FreeSimpleGUI
arch = any
license = LGPLv3+
checkdepends = python-pytest-runner
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = git
depends = python
depends = tk
source = git+https://github.com/spyoungtech/FreeSimpleGUI.git#tag=v5.2.0.post1
md5sums = SKIP
pkgname = python-freesimplegui
|