summaryrefslogtreecommitdiff
path: root/lilypond-devel-docs/PKGBUILD
blob: 89d11066a3ca7f380469b9daabe03d3bb0cd9a22 (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.21.7
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=('42972f0a19f86c23a485198f34bc54099d2455413784e11409cc5fb2313dbdcfceae85d7d64cb5e4585a3798b12e0c33a21b7854d4b79cc61b772289ee0142d9')
depends=("lilypond=${pkgver}")

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