void-packages/srcpkgs/lilypond-doc/template
2020-12-19 22:29:11 -03:00

18 lines
559 B
Bash

# Template file for 'lilypond-doc'
pkgname=lilypond-doc
version=2.21.82
revision=1
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=f8cb74f452472b38fd1e67a09405efd0f52d38b3b85a62c5e998a698dd82c2b7
do_install() {
vmkdir usr
rm share/info/lilypond
mv share ${DESTDIR}/usr/
}