void-packages/srcpkgs/uncrustify/template

20 lines
531 B
Bash

# Template file for 'uncrustify'
pkgname=uncrustify
version=0.66
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=b797ce656af925c708c464883b7718c557ab9d687ce5dc6cc9ebce32a8639279
post_install() {
for f in etc/*cfg; do
vinstall $f 0644 usr/share/${pkgname}
done
}