void-packages/srcpkgs/lilypond-doc/template
2020-02-09 19:03:26 +01:00

19 lines
590 B
Bash

# Template file for 'lilypond-doc'
pkgname=lilypond-doc
version=2.19.84.1
revision=1
archs=noarch
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%.*}-${version##*.}.documentation.tar.bz2"
checksum=d6007a1d2e6d4e63ab0fd072e7126274323d18cdbc4e62057946b7903eb7913f
do_install() {
vmkdir usr
rm share/info/lilypond
mv share ${DESTDIR}/usr/
}