diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-06-03 20:27:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-06-03 20:27:18 +0200 |
commit | db8b086bf52573bdc3b8d632028753ac8ab15487 (patch) | |
tree | 811e6ec92da06a10d5404feefb8065edc6f4a798 /texlive-europecv/PKGBUILD | |
parent | qtsixa: update to Arch Linux's new filesystem heirarchy (diff) | |
download | aur-packages-db8b086bf52573bdc3b8d632028753ac8ab15487.tar.gz aur-packages-db8b086bf52573bdc3b8d632028753ac8ab15487.tar.bz2 aur-packages-db8b086bf52573bdc3b8d632028753ac8ab15487.tar.xz |
adopt texlive-europecv
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'texlive-europecv/PKGBUILD')
-rw-r--r-- | texlive-europecv/PKGBUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/texlive-europecv/PKGBUILD b/texlive-europecv/PKGBUILD new file mode 100644 index 0000000..23e0604 --- /dev/null +++ b/texlive-europecv/PKGBUILD @@ -0,0 +1,16 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> +pkgname=texlive-europecv +pkgver=1 +pkgrel=1 +pkgdesc='Unofficial class for European curricula vitæ' +arch=('any') +url='http://www.ctan.org/tex-archive/macros/latex/contrib/europecv/' +license=('GPL') +depends=('texlive-latexextra') +source=("europecv-${pkgver}.zip"::"http://mirror.ctan.org/macros/latex/contrib/europecv.zip") +md5sums=('502654da6a5b5159e1e1f58cd792d327') + +package() { + install -d "$pkgdir"/usr/share/texmf/tex/latex + cp -r europecv "$pkgdir"/usr/share/texmf/tex/latex +} |