mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
astyle: fix license
This commit is contained in:
parent
ae0fc94307
commit
c569e70f24
1 changed files with 3 additions and 2 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'astyle'
|
# Template file for 'astyle'
|
||||||
pkgname=astyle
|
pkgname=astyle
|
||||||
version=3.1
|
version=3.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
build_wrksrc="build/gcc"
|
build_wrksrc="build/gcc"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Free, fast and small formatter for C, C++, C#, and Java source code"
|
short_desc="Free, fast and small formatter for C, C++, C#, and Java source code"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-3"
|
license="MIT"
|
||||||
homepage="http://astyle.sourceforge.net"
|
homepage="http://astyle.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version}_linux.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version}_linux.tar.gz"
|
||||||
checksum=cbcc4cf996294534bb56f025d6f199ebfde81aa4c271ccbd5ee1c1a3192745d7
|
checksum=cbcc4cf996294534bb56f025d6f199ebfde81aa4c271ccbd5ee1c1a3192745d7
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bin/astyle
|
vbin bin/astyle
|
||||||
|
vlicense ../../LICENSE.md
|
||||||
for f in ../../doc/*.html; do
|
for f in ../../doc/*.html; do
|
||||||
vdoc $f
|
vdoc $f
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue