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

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

diff --git a/patacrep-git/.SRCINFO b/patacrep-git/.SRCINFO
new file mode 100644 (file)
index 0000000..b4bc449
--- /dev/null
@@ -0,0 +1,24 @@
+# Generated by mksrcinfo v8
+# Thu Feb 14 12:42:48 UTC 2019
+pkgbase = patacrep-git
+       pkgdesc = Engine for LaTeX songbooks
+       pkgver = 5.1.2.r17.g30eb8d62
+       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 = patacrep-git::git://github.com/patacrep/patacrep.git#branch=master
+       sha256sums = SKIP
+
+pkgname = patacrep-git
+
diff --git a/patacrep-git/PKGBUILD b/patacrep-git/PKGBUILD
new file mode 100644 (file)
index 0000000..19d0553
--- /dev/null
@@ -0,0 +1,31 @@
+# Maintainer: Immae <ismael.bouya@normalesup.org>
+
+pkgname=patacrep-git
+pkgver=5.1.2.r17.g30eb8d62
+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=("patacrep-git::git://github.com/patacrep/patacrep.git#branch=master")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$srcdir/$pkgname"
+  git describe --long --tags | sed -e 's/\([^-]*-g\)/r\1/;s/-/./g' -e "s/^v//"
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  python setup.py build
+}
+
+package(){
+  cd "$srcdir/$pkgname"
+  python setup.py install --root="${pkgdir}"
+}
+