mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
7800a4e6fd
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
20 lines
394 B
Text
20 lines
394 B
Text
#/bin/sh
|
|
|
|
texscyther \
|
|
--output-plist $TMP/$(basename $0) \
|
|
--tlpdb $CWD/texlive.tlpdb \
|
|
--skip-missing-archpkgs \
|
|
--nodirs \
|
|
--subset \
|
|
--include \
|
|
scheme-full:src
|
|
|
|
cat $TMP/$(basename $0) | \
|
|
grep "texmf-dist/" | \
|
|
grep -v "win32" | \
|
|
grep -v "context/stubs/mswin/" | \
|
|
grep -v "win32" | \
|
|
grep -v "MinGW" | \
|
|
sort -u \
|
|
> $PACKLISTS/$(basename $0)-packlist
|
|
|