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

# source: james

# release tarball
PKGVER=3.11.0
TARBALL=baresip-$PKGVER.tar.gz
MD5SUM=36ae0c50cde119eae2a99a20fb98d360
SRC_URL=https://github.com/baresip/baresip/archive/refs/tags/v$PKGVER.tar.gz
BUNDLE=

# git-master tarball
#PKGVER=
#MD5SUM=
#hash=
#hash7=${hash#???????}; hash7=${hash%$hash7}
#TARBALL=baresip-$PKGVER-$hash7.tar.gz
#SRC_URL=https://github.com/baresip/baresip/archive/$hash.tar.gz

SLACKREQ='libre-baresip'
SLACKDESC="baresip: baresip $PKGVER (CLI SIP/Voip Phone)
baresip: 
baresip: Baresip is a portable and modular SIP User-Agent with audio and video 
baresip: support.
baresip: 
baresip: https://github.com/baresip/baresip
baresip: 
baresip: 
baresip: 
baresip: 
baresip: 
"

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