21 lines
564 B
Bash
21 lines
564 B
Bash
# Template file for 'astyle'
|
|
pkgname=astyle
|
|
version=3.6.2
|
|
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=f7e8e1ac4aa314a6645fa7016d882da381a8e1020c83462a2ca26cb25d8f3cbb
|
|
|
|
do_install() {
|
|
vbin bin/astyle
|
|
vlicense ../../LICENSE.md
|
|
for f in ../../doc/*.html; do
|
|
vdoc $f
|
|
done
|
|
}
|