summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2015-06-11 16:16:46 +0200
committerMattias Andrée2015-06-11 16:16:46 +0200
commit6933b74104e9e43152ad12b6d9add1b9dc34d4d0 (patch)
treed2bb192edec88dd55f485f6c25cbc8f768f9b50b
downloadaur-6933b74104e9e43152ad12b6d9add1b9dc34d4d0.tar.gz
Initial import, version 0:20140627
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..71561f5ce7c2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = texlive-europecv
+ pkgdesc = Unofficial class for European curricula vitæ
+ pkgver = 20140627
+ pkgrel = 1
+ url = http://www.ctan.org/tex-archive/macros/latex/contrib/europecv/
+ arch = any
+ license = GPL
+ depends = texlive-latexextra
+ source = europecv-20140627.zip::http://mirror.ctan.org/macros/latex/contrib/europecv.zip
+ sha256sums = 8774724fa20744777d2ce7275024f5969b0cdd09684033949b833410c45112d5
+
+pkgname = texlive-europecv
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c30f68bb0e44
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
+
+pkgname=texlive-europecv
+pkgver=20140627
+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")
+sha256sums=('8774724fa20744777d2ce7275024f5969b0cdd09684033949b833410c45112d5')
+
+package() {
+ install -d -- "$pkgdir"/usr/share/texmf/tex/latex
+ cp -r europecv -- "$pkgdir"/usr/share/texmf/tex/latex
+}