New package: lilypond-doc-2.19.65

This commit is contained in:
newbluemoon 2017-09-18 08:25:59 +02:00 committed by lemmi
parent 7a5365a7df
commit ec8e5b7d97

View file

@ -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/
}