20 lines
623 B
Bash
20 lines
623 B
Bash
# Template file for 'lilypond-doc'
|
|
pkgname="lilypond-doc"
|
|
version="2.19.82.1"
|
|
revision=1
|
|
noarch=yes
|
|
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%.*}-${version##*.}.documentation.tar.bz2"
|
|
checksum=b95539396580882e498661cfd150cd4a46f4efbc54ec1e170a8fdb57d31dc1ed
|
|
|
|
do_install() {
|
|
vmkdir usr
|
|
rm share/info/lilypond
|
|
mv share ${DESTDIR}/usr/
|
|
vlicense license/lilypond-doc
|
|
}
|