void-packages/srcpkgs/lilypond-doc/template
2020-05-10 23:51:58 +02:00

18 lines
589 B
Bash

# Template file for 'lilypond-doc'
pkgname=lilypond-doc
version=2.21.1.1
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%.*}-${version##*.}.documentation.tar.bz2"
checksum=405d9fa66e02c0578d2d183d3b2d4d30b9629beadefa5b6dcd031e3a432c375b
do_install() {
vmkdir usr
rm share/info/lilypond
mv share ${DESTDIR}/usr/
}