void-packages/srcpkgs/uncrustify/template
2017-05-18 18:23:34 +00:00

20 lines
531 B
Bash

# Template file for 'uncrustify'
pkgname=uncrustify
version=0.65
revision=1
build_style=cmake
create_wrksrc=yes
hostmakedepends="python"
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=7f7afc2ecbaf9dab3c460da39bb97a77c199e62a1dd8bd26300ef5679a789d76
post_install() {
for f in etc/*cfg; do
vinstall $f 0644 usr/share/${pkgname}
done
}