mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
texlive2018-bin: fix license, template layout
This commit is contained in:
parent
dcfdf0f00c
commit
fa350273c0
1 changed files with 8 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'texlive-bin'
|
# Template file for 'texlive2018-bin'
|
||||||
pkgname=texlive2018-bin
|
pkgname=texlive2018-bin
|
||||||
version=2018
|
version=2018
|
||||||
revision=3
|
revision=4
|
||||||
archs="x86_64* i686 aarch64 arm*"
|
archs="x86_64* i686 aarch64 arm*"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
create_wrksrc=yes
|
||||||
homepage="http://tug.org/texlive/"
|
|
||||||
license="GPL-2"
|
|
||||||
short_desc="TeX Live Binary distribution through tl-install"
|
|
||||||
depends="cairo pixman graphite gd poppler libsigsegv
|
depends="cairo pixman graphite gd poppler libsigsegv
|
||||||
zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl
|
zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl
|
||||||
ghostscript xz"
|
ghostscript xz"
|
||||||
provides="tex-${version}_1"
|
short_desc="TeX Live Binary distribution through tl-install"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="GPL-2.0-or-later, LPPL-1.3c"
|
||||||
|
homepage="http://tug.org/texlive/"
|
||||||
distfiles="ftp://ftp.tug.org/texlive/historic/${version}/install-tl-unx.tar.gz>${pkgname}-${version}-${revision}.tar.gz"
|
distfiles="ftp://ftp.tug.org/texlive/historic/${version}/install-tl-unx.tar.gz>${pkgname}-${version}-${revision}.tar.gz"
|
||||||
checksum=82c13110852af162c4c5ef1579fa2f4f51c2040850ec02fb7f97497da45eb446
|
checksum=82c13110852af162c4c5ef1579fa2f4f51c2040850ec02fb7f97497da45eb446
|
||||||
create_wrksrc=yes
|
provides="tex-${version}_1"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="basic small medium full"
|
build_options="basic small medium full"
|
||||||
|
|
Loading…
Add table
Reference in a new issue