diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2015-06-14 20:15:18 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2015-06-14 20:15:18 +0200 |
commit | 77eb3fe4aed3ec1113b198680b69805566a6a4bd (patch) | |
tree | e237d372c267cf602d0e92afdc0cf4f3fe1e453c /.SRCINFO | |
download | AUR-77eb3fe4aed3ec1113b198680b69805566a6a4bd.tar.gz AUR-77eb3fe4aed3ec1113b198680b69805566a6a4bd.tar.zst AUR-77eb3fe4aed3ec1113b198680b69805566a6a4bd.zip |
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..f2bdfef --- /dev/null +++ b/.SRCINFO | |||
@@ -0,0 +1,20 @@ | |||
1 | pkgbase = patacrep | ||
2 | pkgdesc = Engine for LaTeX songbooks | ||
3 | pkgver = 4.0.0 | ||
4 | pkgrel = 1 | ||
5 | url = http://www.patacrep.com | ||
6 | arch = any | ||
7 | license = GPL | ||
8 | makedepends = python-setuptools | ||
9 | depends = python | ||
10 | depends = python-ply | ||
11 | depends = python-jinja | ||
12 | depends = python-chardet | ||
13 | depends = python-unidecode | ||
14 | depends = texlive-fontsextra | ||
15 | depends = lilypond | ||
16 | source = https://github.com/patacrep/patacrep/archive/v4.0.0.tar.gz | ||
17 | sha256sums = 76bcec90e3326ea152d500f35719509268ea5a26996800ea5118c7e924ea726b | ||
18 | |||
19 | pkgname = patacrep | ||
20 | |||