summaryrefslogtreecommitdiff
path: root/lilypond-devel-docs/PKGBUILD
blob: a0e9daeea82a1138f5266c2d4f1d36e20e5d2e29 (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.23.5
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=('a7211bd9f132da01651de3c4e884346d5c6c0a92bbc0aa297e99304dd434ff699e3ac73e082dc16e84e3c1f78bd10d1dce4d72ba70da9be4694c66db64accfc4')
depends=("lilypond=${pkgver}")

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