### this file is sourced not run
PKGVER=1.1.6
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libinstpatch-$PKGVER.tar.gz
MD5SUM=159f70ffb53f56dd54e4827ef77b1804
SRC_URL=https://github.com/swami/libinstpatch/archive/refs/tags/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ='libsndfile' # 
SLACKDESC="libinstpatch: libinstpatch $PKGVER (SF2 Patch Library)
libinstpatch: 
libinstpatch: libInstPatch stands for lib-Instrument-Patch and is a library for 
libinstpatch: processing digital sample based MIDI instrument patch files. The 
libinstpatch: types of files libInstPatch supports are used for creating instrument 
libinstpatch: sounds for wavetable synthesis.
libinstpatch: 
libinstpatch: https://github.com/swami/libinstpatch
libinstpatch: 
libinstpatch: 
libinstpatch: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {	
	pkg_build_cmake &&
	pkg_build_slackdesc
}
