mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
asciinema: add recipe
This commit is contained in:
parent
6ad2a564f8
commit
45601948b3
18
recipes-support/asciinema/asciinema_git.bb
Normal file
18
recipes-support/asciinema/asciinema_git.bb
Normal file
@ -0,0 +1,18 @@
|
||||
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 = " \
|
||||
git://github.com/asciinema/asciinema.git;protocol=https \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3 \
|
||||
"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.1.0"
|
||||
SRCREV = "v${PV}"
|
||||
|
Loading…
Reference in New Issue
Block a user