summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 323f65c5e70d8588d7cbe3c51c2809e79dfc758f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer PKD paulkronlund@gmail.com
pkgname=tex-acl
pkgver=1.0
pkgrel=1
pkgdesc="An package to install the TEX ACL style files"
arch=('any')
url="https://github.com/acl-org/acl-style-files"
license=('MIT')
source=('acl-style-files::git+https://github.com/acl-org/acl-style-files')
makedepends=('git')
package() {
	cd "$srcdir/acl-style-files"
    install -D latex/acl.sty $pkgdir/usr/share/texmf-dist/tex/generic/acl/acl.sty	
}
sha256sums=('SKIP')