bare minimum for texlive

This commit is contained in:
2023-12-10 23:11:00 -07:00
parent 952aa9cfee
commit 23d7945c4d
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
DESCRIPTION="A comprehensive TeX system"
LICENSE=custom
NAME=texlive
PROVIDES=tex
REL=no
UPSTREAM=
VERSION=
stream_license(){
curl https://tug.org/texlive/LICENSE.TL
}
. soft