Skip to content

Commit

Permalink
astyle: fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
heliocat authored and Piraty committed Mar 25, 2021
1 parent ae0fc94 commit c569e70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/astyle/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Template file for 'astyle'
pkgname=astyle
version=3.1
revision=2
revision=3
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="Orphaned <orphan@voidlinux.org>"
license="LGPL-3"
license="MIT"
homepage="http://astyle.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version}_linux.tar.gz"
checksum=cbcc4cf996294534bb56f025d6f199ebfde81aa4c271ccbd5ee1c1a3192745d7

do_install() {
vbin bin/astyle
vlicense ../../LICENSE.md
for f in ../../doc/*.html; do
vdoc $f
done
Expand Down

0 comments on commit c569e70

Please sign in to comment.