From 354c326bdd78025568314d2b4d7dfde90c7b99bb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 26 Apr 2018 11:38:38 +0200 Subject: lilypond-devel-docs neu --- lilypond-devel-docs/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lilypond-devel-docs/PKGBUILD (limited to 'lilypond-devel-docs') diff --git a/lilypond-devel-docs/PKGBUILD b/lilypond-devel-docs/PKGBUILD new file mode 100644 index 00000000..734ba71d --- /dev/null +++ b/lilypond-devel-docs/PKGBUILD @@ -0,0 +1,21 @@ +# Contributor: Bernardo Barros <> +# Contributor: Thomas Weißschuh +# Contributor: Stefan Husmann +# Maintainer: Erich Eckner + +pkgname=lilypond-devel-docs +pkgver=2.19.81 +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") +sha256sums=('cecbdc7c5c8e5ff4857a431ed444569e8ff345c1194fb68bdadd741d6c73ef8c') +depends=("lilypond=${pkgver}") + +package(){ + install -d ${pkgdir}/usr/share + cp -R ${srcdir}/share/doc/ ${srcdir}/share/omf/ ${pkgdir}/usr/share/ +} -- cgit v1.2.3-54-g00ecf