New package: screenplain-0.8.0
This commit is contained in:
parent
b2aa1da7a4
commit
e8e43bc0c6
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'screenplain'
|
||||||
|
pkgname=screenplain
|
||||||
|
version=0.8.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="screenplain"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-reportlab python3-six"
|
||||||
|
short_desc="Convert Fountain screenplays to HMTL, FDX, and PDF"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://www.screenplain.com/"
|
||||||
|
distfiles="https://github.com/vilcans/screenplain/archive/${version}.tar.gz"
|
||||||
|
checksum=aef5e50bf4ea072c3d3a9384b66fe34a40e8d2d55ed226624aaabc226cec0d9a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Reference in New Issue