2020-05-01 16:57:17 +02:00
|
|
|
TERMUX_SUBPKG_DESCRIPTION="Texlive's collection-langjapanese"
|
|
|
|
TERMUX_SUBPKG_DEPENDS="texlive-langcjk, texlive-langchinese"
|
2020-05-01 23:27:41 +02:00
|
|
|
TERMUX_SUBPKG_INCLUDE=$($TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py collection-langjapanese $TERMUX_PKG_TMPDIR/texlive.tlpdb)
|
2020-05-01 16:57:17 +02:00
|
|
|
TERMUX_SUBPKG_CONFLICTS="texlive-bin (<< 20190410), texlive (<< 20190410), texlive-luatex (<= 20190410-2)"
|
|
|
|
|
|
|
|
termux_step_create_subpkg_debscripts() {
|
|
|
|
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
2020-05-02 19:20:20 +02:00
|
|
|
echo 'PATH=$PATH:$PREFIX/bin/texlive mktexlsr' >> postinst
|
2020-05-01 16:57:17 +02:00
|
|
|
}
|