From ec8e5b7d97da86ef32636b4b74297f16924b31f1 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Mon, 18 Sep 2017 08:25:59 +0200
Subject: [PATCH] New package: lilypond-doc-2.19.65

---
 srcpkgs/lilypond-doc/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/lilypond-doc/template

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 <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=c67e5f3dc47166c8d8bfbefcd1dd8c8935b729365ac3dcb4da3af4d10c7fc99c
+
+do_install() {
+	vlicense license/lilypond-doc
+	vmkdir usr/share
+	mv share/doc ${DESTDIR}/usr/share/
+	mv share/omf ${DESTDIR}/usr/share/
+}