void-packages/srcpkgs/lilypond-doc/template

18 lines
597 B
Bash

# Template file for 'lilypond-doc'
# should be kept in sync with 'lilypond'
pkgname=lilypond-doc
version=2.24.1
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=dc7b8d9cd86c435a3a3a5e6020869bf0d0507655e0c0a363a145d664391ddd18
do_install() {
vmkdir usr/share
rm info/lilypond
mv * ${DESTDIR}/usr/share
}