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

# source: james
TARBALL=halibut-$PKGVER.tar.gz
MD5SUM=93438912ae0036817798b53edd493dad
SRC_URL=https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC="halibut: halibut $PKGVER (Document production system)  
halibut:  
halibut: Halibut is a documentation production system, with elements similar 
halibut: to TeX, debiandoc-sgml, TeXinfo, and others. It is primarily targeted 
halibut: at people producing software manuals.  
halibut: 
halibut: http://www.chiark.greenend.org.uk/~sgtatham/halibut/
halibut: 
halibut: 
halibut: 
halibut: 
"

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