void-packages/srcpkgs/uncrustify/template
2016-10-15 14:23:21 +02:00

19 lines
506 B
Bash

# Template file for 'uncrustify'
pkgname=uncrustify
version=0.64
revision=1
build_style=cmake
create_wrksrc=yes
short_desc="Source Code Beautifier for multiple languages"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://uncrustify.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=0fca05fe8bac2cd80bf3ed77378c82ffe365f37a3f80b8e0ca2dbb3c6e25f3d7
post_install() {
for f in etc/*cfg; do
vinstall $f 0644 usr/share/${pkgname}
done
}