mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
17 lines
489 B
Bash
17 lines
489 B
Bash
# Template file for 'texlive-basic'
|
|
pkgname=texlive-basic
|
|
version=2023.0
|
|
revision=1
|
|
build_style=meta
|
|
_year=${version%.*}
|
|
depends="texlive>=20230313
|
|
texlive-BibTeX>=20230313
|
|
texlive-LuaTeX>=20230313
|
|
texlive-dvi>=20210313
|
|
texlive-core>=${_year}
|
|
texlive-latexextra>=${_year}
|
|
texlive-pictures>=${_year}"
|
|
short_desc="TeX Live - Metapackage including some simple packages"
|
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.tug.org/texlive/"
|