void-packages/srcpkgs/soundfont-fluid/template
2019-04-02 13:18:07 -03:00

18 lines
534 B
Bash

# Template file for 'soundfont-fluid'
pkgname=soundfont-fluid
version=3.1
revision=1
wrksrc="fluid-soundfont-${version}"
short_desc="FluidR3 Soundfont"
maintainer="Nick Hahn <nick.hahn@hotmail.de>"
license="MIT"
homepage="http://www.hammersound.net"
distfiles="http://http.debian.net/debian/pool/main/f/fluid-soundfont/fluid-soundfont_${version}.orig.tar.gz"
checksum=2621acaa1c78e4abdb24bdd163230cc577e61276936d6aa6e3180582142f0343
do_install() {
vmkdir /usr/share/soundfonts
vcopy *.sf2 /usr/share/soundfonts
vlicense COPYING
}