void-packages/srcpkgs/lilypond-doc/template

20 lines
594 B
Bash

# Template file for 'lilypond-doc'
pkgname="lilypond-doc"
version="2.19.80"
revision=2
_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/lilypond-${version}-${_docrev}.documentation.tar.bz2"
checksum=1875a1ca00f5c0de80e52c609e7756c70447c2e18a0726c4ee61fd5c275c9e03
do_install() {
vmkdir usr
rm share/info/lilypond
mv share ${DESTDIR}/usr/
vlicense license/lilypond-doc
}