Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ 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 Index: package.yml =================================================================== --- /dev/null +++ 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 + Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,42 @@ + + + fd + + Fabio Forni + fabio0x@keemail.me + + Apache-2.0 + MIT + system.utils + A simple, fast and user-friendly alternative to find. + 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. + + https://solus-project.com/sources/README.Solus + + + fd + A simple, fast and user-friendly alternative to find. + 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. + + system.utils + + /usr/bin + /usr/share/man + + + + + 2018-04-08 + 7.0.0 + Packaging update + Fabio Forni + fabio0x@keemail.me + + + \ No newline at end of file