mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
uncrustify: update to 0.66.1.
This commit is contained in:
parent
98c2f251ec
commit
37be649c81
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'uncrustify'
|
# Template file for 'uncrustify'
|
||||||
pkgname=uncrustify
|
pkgname=uncrustify
|
||||||
version=0.66
|
version=0.66.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -10,7 +10,11 @@ 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=b797ce656af925c708c464883b7718c557ab9d687ce5dc6cc9ebce32a8639279
|
checksum=4b36dabcb33cfc286d79ea8fcb5babadf1d0a25eb5eb7ea9da650414325063e4
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make -C build test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in etc/*cfg; do
|
for f in etc/*cfg; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue