From 664bed129a38e67364a21650f0b487f750a8808b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Dami=C3=A1n=20Schonborn?= Date: Wed, 18 Jan 2017 10:44:13 -0300 Subject: [PATCH] Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Federico Damián Schonborn --- Makefile | 1 + abi_used_libs | 3 +++ package.yml | 21 +++++++++++++++++++++ pspec_x86_64.xml | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 Makefile create mode 100644 abi_used_libs create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..8b1c8cc --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libgcc_s.so.1 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..9feb131 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : uncrustify +version : 0.64 +release : 1 +source : + - https://github.com/uncrustify/uncrustify/archive/uncrustify-0.64.tar.gz : 2a8cb3ab82ca53202d50fc2c2cec0edd11caa584def58d356c1c759b57db0b32 +license : GPL-2.0 +component : programming.tools +summary : Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala +description: | + Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala. + The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier. +setup : | + mkdir build + cd build + %cmake .. +build : | + cd build + %make +install : | + cd build + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..d76f275 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + uncrustify + + Federico Damián Schonborn + federico.d.schonborn@protonmail.com + + GPL-2.0 + programming.tools + Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala + Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala. +The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier. + + https://solus-project.com/sources/README.Solus + + + uncrustify + Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala + Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala. +The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier. + + programming.tools + + /usr/bin + /usr/share/man + + + + + 2017-01-18 + 0.64 + Packaging update + Federico Damián Schonborn + federico.d.schonborn@protonmail.com + + + \ No newline at end of file -- 2.11.0