From 2e4f38135e7096778ccfdae48f1c426159ba4590 Mon Sep 17 00:00:00 2001 From: cassiofb-dev Date: Wed, 25 Sep 2024 13:36:20 -0300 Subject: [PATCH] user/asciinema: new package --- user/asciinema/template.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 user/asciinema/template.py diff --git a/user/asciinema/template.py b/user/asciinema/template.py new file mode 100644 index 0000000000..f1a64d9af8 --- /dev/null +++ b/user/asciinema/template.py @@ -0,0 +1,17 @@ +pkgname = "asciinema" +pkgver = "2.4.0" +pkgrel = 0 +build_style = "python_pep517" +hostmakedepends = [ + "python-build", + "python-installer", + "python-setuptools", +] +depends = ["python"] +checkdepends = ["python-pytest"] +pkgdesc = "Terminal session recorder" +maintainer = "cassiofb-dev " +license = "GPL-3.0-only" +url = "https://github.com/asciinema/asciinema" +source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz" +sha256 = "b0e05f0b5ae7ae4e7186c6bd824e6d670203bb24f1c89ee52fc8fae7254e6091"