New Package: termtosvg-1.0.0
This commit is contained in:
parent
8c3b1b7573
commit
44ac42afdd
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue