1
0
Fork 0

bare minimum for texlive

This commit is contained in:
dtb 2023-12-10 23:11:00 -07:00
parent 952aa9cfee
commit 23d7945c4d
1 changed files with 13 additions and 0 deletions

13
soft/wip/texlive Normal file
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