diff --git a/recipes-support/shlomif/pysol-cards.bb b/recipes-support/shlomif/pysol-cards.bb new file mode 100644 index 00000000..dd4543ff --- /dev/null +++ b/recipes-support/shlomif/pysol-cards.bb @@ -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"