20 lines
562 B
Bash
20 lines
562 B
Bash
# Template file for 'astyle'
|
|
pkgname=astyle
|
|
version=3.0
|
|
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=983e4fe87f20427ddf0d06fa5ba046b5ee95347f9ada33a681af3892426a4ff3
|
|
|
|
do_install() {
|
|
vbin bin/astyle
|
|
for f in ../../doc/*.html; do
|
|
vdoc $f
|
|
done
|
|
}
|