]> 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

1  2 
patacrep-git/.SRCINFO
patacrep-git/PKGBUILD

diff --combined patacrep-git/.SRCINFO
index 0000000000000000000000000000000000000000,b4bc449a7257d3e22cd5c4d6db0b379b96adbf79..b4bc449a7257d3e22cd5c4d6db0b379b96adbf79
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,24 +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 --combined patacrep-git/PKGBUILD
index 0000000000000000000000000000000000000000,19d0553b9d5c0c4a4d8ce6b9aecc8a022a0c2a3b..19d0553b9d5c0c4a4d8ce6b9aecc8a022a0c2a3b
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,31 +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}"
+ }