summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: eb52069a5982f92fd8d1ddec2ee49ce079934a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Nikos Platis <nplatis AT gmail DOT com>
# Contributor: Yichao Zhou <broken.zhou@gmail.com>
# Contributor: Corelli <corelli AT yepmail DOT net>
# Contributor: >pmav99< >at< >gmail< >dot< >com<
# Contributor: Kevin Klement
# Contributor: FSSlc
pkgname=texlive-dummy
pkgver=2.0
pkgrel=1
pkgdesc="Something to trick Arch into thinking it has its texlive packages installed."
url="https://www.tug.org/texlive/"
arch=('any')
license=('GPL')
depends=()
optdepends=()
makedepends=()
replaces=()
conflicts=($(pacman -Sgq texlive texlive-lang) texlive-doc biber)
provides=($(pacman -Sgq texlive texlive-lang) texlive-doc biber)

build() {
   echo "Nothing to build"
}

package() {
   echo "Nothing to package"
}