summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 696f6e2b7c33b4262450d0f7af5672b4cb48d536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: LightQuantum <self at lightquantum dot me>

pkgname=latex-sjtutex
pkgver=1.0.0RC7
pkgrel=1
pkgdesc="Macro Packages and Scripts for SJTU TeX users"
arch=(any)
url="https://github.com/sjtug/SJTUTeX"
license=('LPPL')
depends=('texlive-core')
makedepends=('git' 'unzip' 'zip')
install="${pkgname}.install"
source=('https://github.com/sjtug/SJTUTeX/releases/download/1.0.0rc7/sjtuthesis.tds.zip')
md5sums=('5e4dbcaf104629075a86d6e6023aec19')

package() {
    mkdir -p $pkgdir/usr/share/texmf-dist/
    unzip -o -q sjtuthesis.tds.zip -d $pkgdir/usr/share/texmf-dist/
}