summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 44315b6a776fce13b90dd531efa1a4378db7536e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Thomas Weißschuh <thomas t-8ch de>

pkgname=lilypond-docs
pkgver=2.18.2
pkgrel=2
pkgdesc="Offline documentation for lilypond"
arch=(any)
url="http://lilypond.org"
depends=("lilypond=${pkgver}")
license=("GPL")
options=("!strip")
source=("http://download.linuxaudio.org/lilypond/binaries/documentation/lilypond-${pkgver}-1.documentation.tar.bz2")

package(){
  mkdir -p "${pkgdir}/usr/share"
  cp -R "${srcdir}/share/"{doc,omf} "${pkgdir}/usr/share/"
}

sha256sums=('e3d7474200448c9677925ccf4f90982ca87e8f789e143afdc6bf397f0e368b99')