summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 048effd8dd3d0a1eab9a118b18f6f314c068f1b8 (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
# Maintainer: Corelli <corelli AT yepmail DOT net>
# Contributor: >pmav99< >at< >gmail< >dot< >com<
# Contributor: Kevin Klement
# Contributor: FSSlc

pkgname=texlive-dummy
pkgver=0.0.5
pkgrel=1
pkgdesc="Something to trick Arch into thinking it has its texlive packages installed."
url="http://www.tug.org/texlive/"
arch=('any')
license=('GPL')
depends=()
optdepends=()
makedepends=()
replaces=()
conflicts=('texlive-bin' $(pacman -Sgq texlive-most texlive-lang))
provides=('texlive-bin' $(pacman -Sgq texlive-most texlive-lang))

build() {
   echo "Nothing to build"
}

package() {
   echo "Nothing to package"
}