void-packages/srcpkgs/lilypond-doc/template

19 lines
615 B
Bash

# Template file for 'lilypond-doc'
pkgname=lilypond-doc
# should be kept in sync with 'lilypond'
version=2.23.10
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="https://lilypond.org/"
distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
checksum=8927270ec2c2dff2e0984727543a467b49ff7cb3adfd98b81a15b51277bfba75
do_install() {
vmkdir usr
rm share/info/lilypond
mv share ${DESTDIR}/usr/
}