vp-build/srcpkgs/astyle/template

21 lines
564 B
Bash

# Template file for 'astyle'
pkgname=astyle
version=3.0.1
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=6c3ab029e0e4a75e2e603d449014374aa8269218fdd03a4aaa46ab743b1912fd
do_install() {
vbin bin/astyle
for f in ../../doc/*.html; do
vdoc $f
done
}