10 lines
408 B
Bash
10 lines
408 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-humanities"
|
|
TERMUX_SUBPKG_DEPENDS="texlive-latexextra"
|
|
TERMUX_SUBPKG_INCLUDE=$(python3 $TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py humanities $TERMUX_PKG_TMPDIR/texlive.tlpdb)
|
|
TERMUX_SUBPKG_CONFLICTS="texlive-bin (<< 20190410), texlive (<< 20190410)"
|
|
|
|
termux_step_create_subpkg_debscripts() {
|
|
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
|
echo mktexlsr >> postinst
|
|
}
|