18 lines
533 B
Bash
18 lines
533 B
Bash
# Template file for 'screenplain'
|
|
pkgname=screenplain
|
|
version=0.9.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-reportlab"
|
|
short_desc="Convert Fountain screenplays to HTML, 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=b506d4ec2463ea670db753f16fd88a77c6dbfb1096e5f4956c7736a117cea4f1
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|