uncrustify: update to 0.64.
This commit is contained in:
parent
e4e572bbe5
commit
4b83810a8a
|
@ -1,11 +1,18 @@
|
||||||
# Template file for 'uncrustify'
|
# Template file for 'uncrustify'
|
||||||
pkgname=uncrustify
|
pkgname=uncrustify
|
||||||
version=0.63
|
version=0.64
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
|
create_wrksrc=yes
|
||||||
short_desc="Source Code Beautifier for multiple languages"
|
short_desc="Source Code Beautifier for multiple languages"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://uncrustify.sourceforge.net/"
|
homepage="http://uncrustify.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=dffbb1341a8d208e0c76b65209750e34e75b29c5a0e9a5d5a943df58bfdc2ae3
|
checksum=0fca05fe8bac2cd80bf3ed77378c82ffe365f37a3f80b8e0ca2dbb3c6e25f3d7
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
for f in etc/*cfg; do
|
||||||
|
vinstall $f 0644 usr/share/${pkgname}
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue