mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: soundfont-fluid-3.1
This commit is contained in:
parent
e1b2ca89c3
commit
7208b8f880
1 changed files with 17 additions and 0 deletions
17
srcpkgs/soundfont-fluid/template
Normal file
17
srcpkgs/soundfont-fluid/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Reference in a new issue