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