void-packages/srcpkgs/lilypond-doc/template
2021-04-18 19:09:29 -03:00

18 lines
558 B
Bash

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