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

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