summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 285cb08f90462c9335c8b77de023ab1cde291c42 (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
28
29
30
31
32
33
# Maintainer: Alexandre Leuck <aleuck2004@gmail.com>
pkgname=iiufrgs
pkgver=r157.4ae3cb8
pkgrel=1
pkgdesc="A package of LaTeX classes for INF/UFRGS"
arch=('any')
url="https://github.com/schnorr/iiufrgs/"
license=('GPL')
groups=()
depends=('texlive-bin')
makedepends=('pkgconfig' 'git')
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=iiufrgs.install
changelog=
source=("git://github.com/schnorr/iiufrgs.git")
noextract=()
md5sums=('SKIP')

pkgver() {
	cd "$pkgname"
	printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
	cd "$pkgname"
	make INSTALLDIR="$pkgdir/usr/share/texmf/" install > /dev/null
}