Page MenuHomeSolus

D1680.diff
No OneTemporary

D1680.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,6 @@
+ld-linux-x86-64.so.2
+libc.so.6
+libdl.so.2
+libgcc_s.so.1
+libpthread.so.0
+librt.so.1
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,27 @@
+name : fd
+version : 7.0.0
+release : 1
+source :
+ - https://github.com/sharkdp/fd/archive/v7.0.0.tar.gz : 93cc5a7c9199dc650f51a491e4ed4512262eeaeae5847722e6886763b41e2896
+license :
+ - Apache-2.0
+ - MIT
+component : system.utils
+networking : yes
+summary : A simple, fast and user-friendly alternative to find.
+description: |
+ fd is a simple, fast and user-friendly alternative to the find command.
+
+ While it does not seek to mirror all of find's powerful functionality, it provides
+ sensible (opinionated) defaults for 80% of the use cases.
+builddeps :
+ - cargo
+build : |
+ cargo build --release
+install : |
+ cargo install
+ install -Dm00755 ~/.cargo/bin/fd $installdir/usr/bin/fd
+ install -Dm00755 doc/fd.1 /$installdir/usr/share/man/man1/fd.1
+check : |
+ cargo test
+
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,42 @@
+<PISI>
+ <Source>
+ <Name>fd</Name>
+ <Packager>
+ <Name>Fabio Forni</Name>
+ <Email>fabio0x@keemail.me</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <License>MIT</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">A simple, fast and user-friendly alternative to find.</Summary>
+ <Description xml:lang="en">fd is a simple, fast and user-friendly alternative to the find command.
+
+While it does not seek to mirror all of find&apos;s powerful functionality, it provides
+sensible (opinionated) defaults for 80% of the use cases.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>fd</Name>
+ <Summary xml:lang="en">A simple, fast and user-friendly alternative to find.</Summary>
+ <Description xml:lang="en">fd is a simple, fast and user-friendly alternative to the find command.
+
+While it does not seek to mirror all of find&apos;s powerful functionality, it provides
+sensible (opinionated) defaults for 80% of the use cases.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-04-08</Date>
+ <Version>7.0.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Fabio Forni</Name>
+ <Email>fabio0x@keemail.me</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 2:09 PM (3 h, 46 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5888649
Default Alt Text
D1680.diff (3 KB)

Event Timeline