summaryrefslogtreecommitdiff
path: root/lilypond-devel-docs/PKGBUILD
blob: 0253c82e50457a45afb072e2e7d49369aafaa044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Bernardo Barros <<bbarros at xsounds dot org>>
# Contributor: Thomas Weißschuh <thomas_weissschuh || lavabit || com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Maintainer: Erich Eckner <arch at eckner dot net>

pkgname=lilypond-devel-docs
pkgver=2.19.82
pkgrel=1
pkgdesc="Offline documentation for lilypond"
arch=('any')
url="http://lilypond.org"
license=('GPL')
options=('!strip')
source=("http://lilypond.org/downloads/binaries/documentation/lilypond-${pkgver}-1.documentation.tar.bz2")
sha512sums=('2ac52a23b3935b68546e5abb87874490cb684e7e7416ae6e33dc515e45d896312e9629bdc2051f9c47622fe9ccbf70025081edad6d3d2a5c74b612b9eb7bc0ff')
depends=("lilypond=${pkgver}")

package(){
  install -d ${pkgdir}/usr/share
  cp -R ${srcdir}/share/doc/ ${srcdir}/share/omf/ ${pkgdir}/usr/share/
}