blob: 95fc254a67238d722e1da890dace91a860c244a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = wordle-aid
pkgdesc = CLI program to filter word choices to aid solving Wordle game problems
pkgver = 2.7
pkgrel = 1
url = https://github.com/bulletmark/wordle-aid
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python>=3.6
depends = python-pyspellchecker
depends = python-platformdirs
source = wordle-aid-2.7.tar.gz::https://github.com/bulletmark/wordle-aid/archive/2.7.tar.gz
sha1sums = 9d4c2666cb2ec5e8a7fb806b65deac304caac1c9
pkgname = wordle-aid
|