8 lines
384 B
Bash
8 lines
384 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Texlive's libertinus-type1 package"
|
|
TERMUX_SUBPKG_INCLUDE=$($TERMUX_PKG_BUILDER_DIR/parse_tlpdb.py libertinus-type1 $TERMUX_PKG_TMPDIR/texlive.tlpdb)
|
|
TERMUX_SUBPKG_CONFLICTS="texlive-fontsextra (<< 20200406-3)"
|
|
termux_step_create_subpkg_debscripts() {
|
|
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
|
echo 'PATH=$PATH:$PREFIX/bin/texlive mktexlsr' >> postinst
|
|
}
|