summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9c137d0dd4c06bc4041d33500941f118116d237f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=latex-enumitem
_pkgname=${pkgname#latex-}
pkgver=3.9
pkgrel=1
pkgdesc="Customize the three basic lists (enumerate, itemize and description)"
arch=('any')
url="http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem"
license=(LPPL)
depends=(texlive-core)
makedepends=(unzip)
noextract=(enumitem.zip)
source=($_pkgname-$pkgver.zip::http://mirror.ctan.org/macros/latex/contrib/$_pkgname.zip)
install=$pkgname.install
sha256sums=('3b0354cfc32dee3ee1cfac2789a16d247f4ffefa6e84c0513c7ede6bb9b1089b')

package() {
  install -dm755 "$pkgdir"/usr/share/texmf
  unzip -d "$pkgdir"/usr/share/texmf/tex $_pkgname-$pkgver.zip
}