texlive-bin: move provides to metapackage

This commit is contained in:
Piotr Wójcik 2020-07-15 18:31:20 +02:00 committed by Piotr
parent fc751325b9
commit 1651968cd4

View File

@ -1,12 +1,15 @@
# Template file for 'texlive-bin'
pkgname=texlive-bin
version=2020
revision=2
revision=3
depends="texlive${version}-bin"
short_desc="TeX Live Binary distribution through tl-install (newest version)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="http://tug.org/texlive/"
# Newest texliveYYYY-bin shouldn't provide tex.
# This way updates will be pulled by packages depending on virtual.
provides="tex-${version}_1"
case "$XBPS_TARGET_MACHINE" in
i686) _tlarch=i386-linux;;