mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
12 lines
337 B
BlitzBasic
12 lines
337 B
BlitzBasic
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"
|