This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
uncrustify
Anselmo L. S. Melo edited this page Oct 7, 2015
·
8 revisions
Soletta's check-style script requires uncrustify-0.60.
https://github.com/bengardner/uncrustify/archive/uncrustify-0.60.tar.gz
Version 0.60 is available in AUR: https://aur4.archlinux.org/packages/uncrustify0.60/
The Soletta Project's PPA for dependencies has a package for uncrustify 0.60. This PPA can be added to your system's software source by using add-apt-repository:
add-apt-repository ppa:solettaproject/deps
Or, if you prefer to add this PPA manually, add the following lines to /etc/apt/source.list.d/solettaproject-deps.list, replacing VERSION with your Ubuntu version (trusty, vivid or willy):
deb http://ppa.launchpad.net/solettaproject/deps/ubuntu VERSION main
deb-src http://ppa.launchpad.net/solettaproject/deps/ubuntu VERSION main
Then, proceed with the install:
apt-get update
apt-get install uncrustify=0.60-1ppa2