2021-10-09 14:46:08 +02:00
|
|
|
SUMMARY = "Terminal session recorder and the best companion of asciinema.org."
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
2023-07-25 09:09:21 +02:00
|
|
|
git://github.com/asciinema/asciinema.git;protocol=https;nobranch=1 \
|
2021-10-09 14:46:08 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
RDEPENDS:${PN} = " \
|
|
|
|
python3 \
|
2022-11-11 11:53:40 +01:00
|
|
|
python3-fcntl \
|
2021-10-09 14:46:08 +02:00
|
|
|
"
|
|
|
|
|
2022-07-09 01:26:26 +02:00
|
|
|
inherit python_setuptools_build_meta
|
2021-10-09 14:46:08 +02:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2023-07-25 09:09:21 +02:00
|
|
|
PV = "2.3.0"
|
|
|
|
SRCREV = "791916d87d06b25ded09fefde33288d5c069c96d"
|