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

# source: james
# release tarball
#PKGVER=
#TARBALL=
#MD5SUM=
#SRC_URL=
#BUNDLE=

# git-master tarball
PKGVER=2023.04 # never has a release
MD5SUM=25adbc1abe96c68ab6a10ba7c7179e84
hash=fe9747fb3280576415c9605c350a48091699fbfb
hash7=${hash#???????}; hash7=${hash%$hash7}
TARBALL=cdecl-$PKGVER-$hash7.tar.gz
SRC_URL=https://github.com/ridiculousfish/cdecl-blocks/archive/$hash.tar.gz


SLACKREQ=
SLACKDESC="cdecl: cdecl $PKGVER (C declaration helper)
cdecl: 
cdecl: Translate C declaration to English and vice versa.
cdecl: 
cdecl: http://www.cdecl.org/
cdecl: https://github.com/ridiculousfish/cdecl-blocks
cdecl: 
cdecl: 
cdecl: 
cdecl: 
cdecl:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/cdecl*
	make && make install MANDIR=/usr/share/man/man1
	pkg_build_slackdesc
}


