13 lines
347 B
Bash
13 lines
347 B
Bash
# Template file for 'texlive-full'
|
|
pkgname=texlive-full
|
|
version=2023.0
|
|
revision=1
|
|
build_style=meta
|
|
_year=${version%.*}
|
|
depends="texlive-most>=${_year}
|
|
texlive-lang>=${_year}"
|
|
short_desc="TeX Live - Metapackage including all packages"
|
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://tug.org/texlive/"
|