diff --git a/soft/wip/texlive b/soft/wip/texlive new file mode 100644 index 0000000..b8fcbed --- /dev/null +++ b/soft/wip/texlive @@ -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