# Template file for 'lilypond-doc'
# should be kept in sync with 'lilypond'
pkgname=lilypond-doc
version=2.26.0
revision=1
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="https://lilypond.org/"
distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
checksum=a0eb14bb70454510c49a40addc61bc30d5fadf5ee1cb042c2ebebc13e16cbf66

do_install() {
	vmkdir usr/share
	rm info/lilypond
	mv * ${DESTDIR}/usr/share
}
