a0efbdb615
Add python script to find which files to include in which package. Add meta package texlive-full that depends on all collections. Move texmf.cnf from texlive-bin to texlive.
4 lines
244 B
Bash
4 lines
244 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-publishers"
|
|
TERMUX_SUBPKG_DEPENDS="texlive"
|
|
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py $(echo $SUB_PKG_NAME | awk -F"-" '{print $2}') $TERMUX_PKG_TMPDIR/texlive.tlpdb)
|