diff options
author | Erich Eckner <git@eckner.net> | 2023-01-08 23:19:11 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-01-08 23:19:11 +0100 |
commit | 9418af6d653c13c88ad85855060d35b760dacd02 (patch) | |
tree | 51d04266a9ab075107591e8010d0263df08a7373 | |
parent | d8b223a410da71e6cd0d77f4bc4e3f5557b586d6 (diff) | |
download | archlinuxewe-9418af6d653c13c88ad85855060d35b760dacd02.tar.xz |
lilypond-devel-docs: removed
-rw-r--r-- | lilypond-devel-docs/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lilypond-devel-docs/PKGBUILD b/lilypond-devel-docs/PKGBUILD deleted file mode 100644 index 155305599..000000000 --- a/lilypond-devel-docs/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Contributor: Bernardo Barros <<bbarros at xsounds dot org>> -# Contributor: Thomas Weißschuh <thomas_weissschuh || lavabit || com> -# Contributor: Stefan Husmann <stefan-husmann@t-online.de> -# Maintainer: Erich Eckner <arch at eckner dot net> - -pkgname=lilypond-devel-docs -pkgver=2.23.6 -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=('d3be3bf239a7498841290b3d5bbfa95be4842cec25c0cb07b053336db9aac91d8ebde5baeba61db1f0fa6de676cf12264ce4cdf32f2db46160e4afc34b527e64') -depends=("lilypond=${pkgver}") - -package(){ - install -d ${pkgdir}/usr/share - cp -R ${srcdir}/share/doc/ ${srcdir}/share/info/ ${pkgdir}/usr/share/ -} |