void-packages/srcpkgs/lilypond-doc/template
2020-03-28 18:14:02 +01:00

18 lines
589 B
Bash

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