Page MenuHomeSolus
Authored By
feskyde
Jan 18 2017, 1:45 PM
Size
3 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit.patch

From 664bed129a38e67364a21650f0b487f750a8808b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Federico=20Dami=C3=A1n=20Schonborn?=
<federico.d.schonborn@protonmail.com>
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 <federico.d.schonborn@protonmail.com>
---
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 @@
+<PISI>
+ <Source>
+ <Name>uncrustify</Name>
+ <Packager>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federico.d.schonborn@protonmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>uncrustify</Name>
+ <Summary xml:lang="en">Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-01-18</Date>
+ <Version>0.64</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federico.d.schonborn@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6570
Default Alt Text
0001-Initial-commit.patch (3 KB)

Event Timeline