diff options
Diffstat (limited to 'repo/texlive/libsynctex.xibuild')
-rw-r--r-- | repo/texlive/libsynctex.xibuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/repo/texlive/libsynctex.xibuild b/repo/texlive/libsynctex.xibuild new file mode 100644 index 0000000..0a30caa --- /dev/null +++ b/repo/texlive/libsynctex.xibuild @@ -0,0 +1,6 @@ +#!/bin/sh +DESC="Library for synchronization between TeX files and resulting file" + +package() { + add_from_main usr/lib/libsynctex.so.* +} |