astyle: update to 3.5.
[void-pkg.git] / srcpkgs / astyle / template
blob504e43bf20a81fc3945b8e468268a456bdb6a429
1 # Template file for 'astyle'
2 pkgname=astyle
3 version=3.5
4 revision=1
5 build_wrksrc="build/gcc"
6 build_style=gnu-makefile
7 short_desc="Free, fast and small formatter for C, C++, C#, and Java source code"
8 maintainer="Orphaned <orphan@voidlinux.org>"
9 license="MIT"
10 homepage="https://astyle.sourceforge.net"
11 distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/${pkgname}-${version}.tar.bz2"
12 checksum=defc1cb7bfa863bec470e836c257439a1199ca2c8b13a652a327fd78c8f5923c
14 do_install() {
15         vbin bin/astyle
16         vlicense ../../LICENSE.md
17         for f in ../../doc/*.html; do
18                 vdoc $f
19         done