vp-build/srcpkgs/lilypond-doc/template

18 lines
598 B
Bash

# Template file for 'lilypond-doc'
pkgname=lilypond-doc
# should be kept in sync with 'lilypond'
version=2.23.80
revision=1
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="https://lilypond.org/"
distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
checksum=36b6003c4ca0de8e9079342ef7a15459b63a895f072d13852a27f78da0daf7f8
do_install() {
vmkdir usr/share
rm info/lilypond
mv * ${DESTDIR}/usr/share
}