void-packages/srcpkgs/astyle/template
maxice8 36a1564f72 astyle: update to 3.1.
Closes: #10709 [via git-merge-pr]
2018-01-12 13:19:04 +01:00

21 lines
550 B
Bash

# Template file for 'astyle'
pkgname=astyle
version=3.1
revision=1
wrksrc="$pkgname"
build_wrksrc="build/gcc"
build_style=gnu-makefile
short_desc="Free, fast and small 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=cbcc4cf996294534bb56f025d6f199ebfde81aa4c271ccbd5ee1c1a3192745d7
do_install() {
vbin bin/astyle
for f in ../../doc/*.html; do
vdoc $f
done
}