20 lines
589 B
Bash
20 lines
589 B
Bash
# 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
|
|
}
|