]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Add 'patacrep/' from commit 'f790d86b2eee51ac01aa993a66cff625baf9f19f'
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:19:08 +0000 (14:19 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:19:08 +0000 (14:19 +0100)
git-subtree-dir: patacrep
git-subtree-mainline: 37a92c06bd84326cf1e6233c73726bc70079a1bf
git-subtree-split: f790d86b2eee51ac01aa993a66cff625baf9f19f

patacrep/.SRCINFO [new file with mode: 0644]
patacrep/PKGBUILD [new file with mode: 0644]

diff --git a/patacrep/.SRCINFO b/patacrep/.SRCINFO
new file mode 100644 (file)
index 0000000..fb56d24
--- /dev/null
@@ -0,0 +1,24 @@
+# Generated by mksrcinfo v8
+# Thu Feb 14 11:00:07 UTC 2019
+pkgbase = patacrep
+       pkgdesc = Engine for LaTeX songbooks
+       pkgver = 5.1.2
+       pkgrel = 1
+       url = http://www.patacrep.com
+       arch = any
+       license = GPL
+       makedepends = python-setuptools
+       depends = python
+       depends = python-ply
+       depends = python-jinja
+       depends = python-chardet
+       depends = python-unidecode
+       depends = texlive-fontsextra
+       depends = texlive-latexextra
+       depends = python-argparse
+       depends = lilypond
+       source = https://github.com/patacrep/patacrep/archive/v5.1.2.tar.gz
+       sha512sums = 1a734e775f3dca4419374fdd9283bd5eed6f8238bac96694e0354cbe4ac6c05f601f5f237a77cda9eed89b95148cbedb108cf810ca5e0fd4e7812408cbdac4f9
+
+pkgname = patacrep
+
diff --git a/patacrep/PKGBUILD b/patacrep/PKGBUILD
new file mode 100644 (file)
index 0000000..9d56c96
--- /dev/null
@@ -0,0 +1,26 @@
+# Maintainer: Immae <ismael.bouya@normalesup.org>
+
+pkgname=patacrep
+pkgver=5.1.2
+pkgrel=1
+pkgdesc="Engine for LaTeX songbooks"
+arch=('any')
+url="http://www.patacrep.com"
+license=('GPL')
+depends=('python' 'python-ply' 'python-jinja' 'python-chardet'
+         'python-unidecode' 'texlive-fontsextra' 'texlive-latexextra'
+         'python-argparse' 'lilypond')
+makedepends=('python-setuptools')
+source=("https://github.com/patacrep/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('1a734e775f3dca4419374fdd9283bd5eed6f8238bac96694e0354cbe4ac6c05f601f5f237a77cda9eed89b95148cbedb108cf810ca5e0fd4e7812408cbdac4f9')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package(){
+  cd "$srcdir/${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+}
+