void-packages/srcpkgs/lilypond-doc/template
Jürgen Buchmüller a96d66f193 lilypond-doc: update to 2.21.5
Also see: #23531
2020-08-31 03:13:11 +02:00

19 lines
571 B
Bash

# Template file for 'lilypond-doc'
pkgname=lilypond-doc
version=2.21.5
revision=1
archs=noarch
create_wrksrc=yes
short_desc="Documentation for the lilypond music engraving program"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-3.0-or-later, GFDL-1.3-or-later"
homepage="http://lilypond.org/"
distfiles="http://lilypond.org/downloads/binaries/documentation/lilypond-${version}-1.documentation.tar.bz2"
checksum=f2b7b6bfca87b871c5d12dfc3e8488ed370e27a3e10e31f4d55a1f40c0245232
do_install() {
vmkdir usr
rm share/info/lilypond
mv share ${DESTDIR}/usr/
}