4 pkgdesc="Detect unnecessary includes in C/C++ programs"
6 url="http://code.google.com/p/checkheaders/"
7 source=("http://checkheaders.googlecode.com/files/${pkgname}-${pkgver}.zip")
8 md5sums=('79e45d1239b5de36f92452390705ba39')
13 cd ${srcdir}/${pkgname}-${pkgver}
15 install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname} || return 1