mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
uncrustify: update to 0.65.
This commit is contained in:
parent
8e43ca9cdc
commit
68078ad757
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'uncrustify'
|
# Template file for 'uncrustify'
|
||||||
pkgname=uncrustify
|
pkgname=uncrustify
|
||||||
version=0.64
|
version=0.65
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
hostmakedepends="python"
|
||||||
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=0fca05fe8bac2cd80bf3ed77378c82ffe365f37a3f80b8e0ca2dbb3c6e25f3d7
|
checksum=7f7afc2ecbaf9dab3c460da39bb97a77c199e62a1dd8bd26300ef5679a789d76
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in etc/*cfg; do
|
for f in etc/*cfg; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue