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

# source: james
TARBALL=ctypes-sh-$PKGVER.tar.gz
MD5SUM=bd9b22e94e0688843979f89795542572
#SRC_URL=https://github.com/taviso/ctypes.sh/releases/download/v${PKGVER}/$TARBALL
SRC_URL=https://github.com/taviso/ctypes.sh/archive/6982e6cb226502cb89173fb272b3ef0438e593c4.tar.gz
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
}


