From 23d7945c4d411d3c01ec54cffa30cb62edca3126 Mon Sep 17 00:00:00 2001 From: DTB Date: Sun, 10 Dec 2023 23:11:00 -0700 Subject: [PATCH] bare minimum for texlive --- soft/wip/texlive | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 soft/wip/texlive 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