Skip to content
Snippets Groups Projects
Commit 25d9f2fa authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by alice
Browse files

community/asciinema: upgrade to 2.2.0

parent 484ebd1c
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!35922community/asciinema: upgrade to 2.2.0
Pipeline #127101 passed
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=asciinema
pkgver=2.1.0
pkgver=2.2.0
pkgrel=0
pkgdesc="Command line recorder for the asciinema.org service"
url="https://github.com/asciinema/asciinema"
arch="all"
license="GPL-3.0-or-later"
depends="python3 ncurses"
makedepends="py3-setuptools"
makedepends="py3-setuptools py3-wheel py3-build py3-installer"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/asciinema/asciinema/archive/v$pkgver.tar.gz"
build() {
python3 setup.py build
python3 -m build --no-isolation --wheel
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
python3 -m installer -d "$pkgdir" \
dist/asciinema-$pkgver-py3-none-any.whl
install -Dm644 man/asciinema.1 "$pkgdir/usr/share/man/man1/asciinema.1"
}
sha512sums="
df77ccea13e06e9c5feda22be2366aa702acf510fdc6cbc9a09b20d67ae43a47214891fbb5ef080ff9af9c3ee2f450694c306ee1dbdbdef3f9862dc6dee60750 asciinema-2.1.0.tar.gz
bed0b6a3228b973dddb2f03d0b0e16af0afd6e1c4c8c1379999d49b22ed658fed325f902f462156745631f98b51675565b7ea0011512c95c8b0b3bb09552bddc asciinema-2.2.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment