pysol-cards: initial add 0.10.1
It is a dependency for more recent freecell-solver Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
15
recipes-support/shlomif/pysol-cards.bb
Normal file
15
recipes-support/shlomif/pysol-cards.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Deal PySol FC Cards"
|
||||
HOMEPAGE = "https://github.com/shlomif/pysol_cards"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5feec56facfce12352e96d26cab9b857"
|
||||
|
||||
SRC_URI = "git://github.com/shlomif/pysol_cards.git"
|
||||
SRCREV = "eca7276fced32ab059da82060098ac6a7f19c226"
|
||||
PV = "0.10.1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "python3-pbr-native"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user