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

# source: james
TARBALL=indent-$PKGVER.tar.xz
MD5SUM=1b1571bc1a64deaeccc04d2c21acf3e1
SRC_URL=https://ftp.gnu.org/gnu/indent/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="indent: indent $PKGVER (C source code formatter)
indent: 
indent: The GNU indent program can be used to make code easier to read. It 
indent: can also convert from one style of writing C to another. indent 
indent: understands a substantial amount about the syntax of C, but it also 
indent: attempts to cope with incomplete and misformed syntax.
indent: 
indent: https://www.gnu.org/software/indent/indent.html
indent: 
indent: 
indent: 
"

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


