# Contributor: Bernardo Barros <> # Contributor: Thomas Weißschuh # Contributor: Stefan Husmann # Maintainer: Erich Eckner 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/ }