void-packages/srcpkgs/astyle/template
2016-12-29 09:58:48 +00:00

20 lines
563 B
Bash

# Template file for 'astyle'
pkgname=astyle
version=2.06
revision=1
wrksrc="$pkgname"
build_wrksrc="build/gcc"
build_style=gnu-makefile
short_desc="A free, fast and small automatic formatter for C, C++, C#, and Java source code"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
homepage="http://astyle.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version}_linux.tar.gz"
checksum=3b7212210dc139e8f648e004b758c0be1b3ceb1694b22a879202d2b833db7c7e
do_install() {
vbin bin/astyle
for f in ../../doc/*.html; do
vdoc $f
done
}