void-packages/srcpkgs/lilypond-doc/template
2019-03-24 07:36:35 -03:00

19 lines
621 B
Bash

# Template file for 'lilypond-doc'
pkgname=lilypond-doc
version=2.19.83.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=5ca48118b552b5ebf64dcc49d846d6cc23df6292bdea06216a0df1d083e2fc90
do_install() {
vmkdir usr
rm share/info/lilypond
mv share ${DESTDIR}/usr/
vlicense license/lilypond-doc
}