19 lines
558 B
Bash
19 lines
558 B
Bash
# Template file for 'screenplain'
|
|
pkgname=screenplain
|
|
version=0.10.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-reportlab"
|
|
checkdepends="$depends"
|
|
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=9f98880a19c0b3e79548eaee265a5b7194ce9bf16bbb9f79e1468a5042dfc33a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|