mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-29 13:00:12 +02:00
15 lines
363 B
BlitzBasic
15 lines
363 B
BlitzBasic
SUMMARY = "sololink-python"
|
|
HOMEPAGE = "https://github.com/OpenSolo/sololink-python"
|
|
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://requirements.txt;md5=dc90368fff309dbbef652a1fab32f191"
|
|
|
|
PROVIDES += "${PN}_${PV}"
|
|
|
|
SRCREV = "f89466ccd7addae49cf800fdf5c67ed6bdff47d6"
|
|
SRC_URI = "git://github.com/OpenSolo/sololink-python/"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit setuptools
|