mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
16
recipes-support/asciinema/asciinema_2.3.0.bb
Normal file
16
recipes-support/asciinema/asciinema_2.3.0.bb
Normal file
@ -0,0 +1,16 @@
|
||||
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;nobranch=1 \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3 \
|
||||
python3-fcntl \
|
||||
"
|
||||
|
||||
inherit python_setuptools_build_meta
|
||||
|
||||
SRCREV = "791916d87d06b25ded09fefde33288d5c069c96d"
|
Reference in New Issue
Block a user