Skip to content

Commit

Permalink
user/asciinema: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiofb-dev authored and nekopsykose committed Sep 25, 2024
1 parent 2e5e155 commit 6a55f01
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions user/asciinema/template.py
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
license = "GPL-3.0-only"
url = "https://github.com/asciinema/asciinema"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "b0e05f0b5ae7ae4e7186c6bd824e6d670203bb24f1c89ee52fc8fae7254e6091"

0 comments on commit 6a55f01

Please sign in to comment.