void-packages/srcpkgs/lilypond-doc/template
2021-07-08 23:34:35 -03:00

17 lines
560 B
Bash

# Template file for 'lilypond-doc'
pkgname=lilypond-doc
version=2.23.3
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://lilypond.org/downloads/binaries/documentation/lilypond-${version}-1.documentation.tar.bz2"
checksum=51b8f3c4a541f64c7a06b07fb25e987517198d77396652edc022fd787b4baf1c
do_install() {
vmkdir usr
rm share/info/lilypond
mv share ${DESTDIR}/usr/
}