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

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