diff --git a/recipes-devtools/python/pywayfire_git.bb b/recipes-devtools/python/pywayfire_git.bb new file mode 100644 index 0000000..9d1a954 --- /dev/null +++ b/recipes-devtools/python/pywayfire_git.bb @@ -0,0 +1,11 @@ +SUMMARY = "Python ipc bindings for wayfire" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://license;md5=12a8965e31d96ba989d4294f1e2cd525" + +inherit python_setuptools_build_meta + +SRC_URI = "git://github.com/WayfireWM/pywayfire.git;protocol=https;branch=main" +SRCREV = "af2d7a187c8479c114102d6c9413ad25316b199a" +PV = "0.3" + +S = "${WORKDIR}/git"