diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template new file mode 100644 index 00000000000..529c001ad35 --- /dev/null +++ b/srcpkgs/lilypond-doc/template @@ -0,0 +1,20 @@ +# Template file for 'lilypond-doc' +pkgname="lilypond-doc" +version="2.19.65" +revision=1 +_docrev=1 +noarch=yes +create_wrksrc=yes +short_desc="Documentation for the lilypond music engraving program" +maintainer="newbluemoon " +license="GPL-3" +homepage="http://lilypond.org/" +distfiles="http://lilypond.org/downloads/binaries/documentation/${pkgname/-doc/}-${version}-${_docrev}.documentation.tar.bz2" +checksum=c67e5f3dc47166c8d8bfbefcd1dd8c8935b729365ac3dcb4da3af4d10c7fc99c + +do_install() { + vlicense license/lilypond-doc + vmkdir usr/share + mv share/doc ${DESTDIR}/usr/share/ + mv share/omf ${DESTDIR}/usr/share/ +}