# Contributor: Bernardo Barros <> # Contributor: Thomas Weißschuh # Contributor: Stefan Husmann # Maintainer: Erich Eckner pkgname=lilypond-devel-docs pkgver=2.21.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=('4aafea8242f4293edb5234c93f4ca1630556d3bb6694246161546354052904d2d91f8edb4888e5ca5fac8fcd9e7cc69aa62701fc5ec319fe36d4e3c51a1d3cba') depends=("lilypond=${pkgver}") package(){ install -d ${pkgdir}/usr/share cp -R ${srcdir}/share/doc/ ${srcdir}/share/info/ ${pkgdir}/usr/share/ }