New Package: termtosvg-1.0.0

This commit is contained in:
Nathan Owens 2019-12-30 18:39:39 -06:00 committed by Piotr
parent 8c3b1b7573
commit 44ac42afdd
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'termtosvg'
pkgname=termtosvg
version=1.0.0
revision=1
archs="noarch"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pyte python3-lxml python3-wcwidth"
checkdepends="$depends"
short_desc="Record terminal sessions as SVG animations"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="BSD-3-Clause"
homepage="https://nbedos.github.io/termtosvg/"
distfiles="https://github.com/nbedos/termtosvg/archive/${version}.tar.gz"
checksum=0de3f9faa6d288f0f95504303df08267116b316fa74923b04a589dc62200ff64
post_install() {
vlicense LICENSE
}