21 lines
562 B
Bash
21 lines
562 B
Bash
# Template file for 'astyle'
|
|
pkgname=astyle
|
|
version=3.5
|
|
revision=1
|
|
build_wrksrc="build/gcc"
|
|
build_style=gnu-makefile
|
|
short_desc="Free, fast and small formatter for C, C++, C#, and Java source code"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://astyle.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/${pkgname}-${version}.tar.bz2"
|
|
checksum=defc1cb7bfa863bec470e836c257439a1199ca2c8b13a652a327fd78c8f5923c
|
|
|
|
do_install() {
|
|
vbin bin/astyle
|
|
vlicense ../../LICENSE.md
|
|
for f in ../../doc/*.html; do
|
|
vdoc $f
|
|
done
|
|
}
|