21 lines
630 B
Bash
21 lines
630 B
Bash
|
# 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/
|
||
|
}
|