void-packages/srcpkgs/lilypond-doc/template
newbluemoon ffa46b0960 lilypond-doc: update to 2.19.80
Closes: #8482 [via git-merge-pr]
2017-11-01 11:59:48 +01:00

21 lines
630 B
Bash

# Template file for 'lilypond-doc'
pkgname="lilypond-doc"
version="2.19.80"
revision=1
_docrev=1
noarch=yes
create_wrksrc=yes
short_desc="Documentation for the lilypond music engraving program"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-3"
homepage="http://lilypond.org/"
distfiles="http://lilypond.org/downloads/binaries/documentation/${pkgname/-doc/}-${version}-${_docrev}.documentation.tar.bz2"
checksum=1875a1ca00f5c0de80e52c609e7756c70447c2e18a0726c4ee61fd5c275c9e03
do_install() {
vlicense license/lilypond-doc
vmkdir usr/share
mv share/doc ${DESTDIR}/usr/share/
mv share/omf ${DESTDIR}/usr/share/
}