summaryrefslogtreecommitdiff
path: root/repo/texlive/libsynctex.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-03 13:05:13 +0100
committerdavidovski <david@davidovski.xyz>2022-06-03 13:05:13 +0100
commit66c326b6d65388e9f1003715ad9675505f01f9d2 (patch)
tree40d7355cccfa3464902cf339a563e744c28a7101 /repo/texlive/libsynctex.xibuild
parentfccdaa986f67f820df2914bef851d5fed77abac8 (diff)
added porting from alpine linux
Diffstat (limited to 'repo/texlive/libsynctex.xibuild')
-rw-r--r--repo/texlive/libsynctex.xibuild6
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.*
+}