summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 72e3646d635f11c04bcdb4be63171f28f2becc69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Yichao Zhou <broken.zhou@gmail.com>
pkgname=texlive-dummy
pkgver=0.0.5
pkgrel=2
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"
}