19 lines
571 B
Bash
19 lines
571 B
Bash
# Template file for 'lilypond-doc'
|
|
pkgname=lilypond-doc
|
|
version=2.21.5
|
|
revision=1
|
|
archs=noarch
|
|
create_wrksrc=yes
|
|
short_desc="Documentation for the lilypond music engraving program"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
license="GPL-3.0-or-later, GFDL-1.3-or-later"
|
|
homepage="http://lilypond.org/"
|
|
distfiles="http://lilypond.org/downloads/binaries/documentation/lilypond-${version}-1.documentation.tar.bz2"
|
|
checksum=f2b7b6bfca87b871c5d12dfc3e8488ed370e27a3e10e31f4d55a1f40c0245232
|
|
|
|
do_install() {
|
|
vmkdir usr
|
|
rm share/info/lilypond
|
|
mv share ${DESTDIR}/usr/
|
|
}
|