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

# source: james
TARBALL=ctypes-sh-$PKGVER.tar.gz
MD5SUM=f21dd6055f92e58465f06ebe560d4df1
SRC_URL=https://github.com/taviso/ctypes.sh/releases/download/v${PKGVER}/$TARBALL
BUNDLE=

SLACKREQ='bash libffi libelf'
SLACKDESC="ctypes_sh: ctypes_sh $PKGVER (FFI for Bash)
ctypes_sh: 
ctypes_sh: ctypes.sh is a bash plugin that provides a foreign function interface 
ctypes_sh: directly in your shell. In other words, it allows you to call 
ctypes_sh: routines in shared libraries from within bash.
ctypes_sh: 
ctypes_sh: https://github.com/taviso/ctypes.sh
ctypes_sh: 
ctypes_sh: 
ctypes_sh: 
ctypes_sh: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/ctypes*
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


