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,26 @@ +name : fd +version : 6.1.0 +release : 1 +source : + - https://github.com/sharkdp/fd/archive/v6.1.0.tar.gz : 48b63d8c45345a2e677d14aa24157db05eed579a92b8d5a5406936f91351341f +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 `find`. + + 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 +check : | + cargo test + Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,41 @@ + + + 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 `find`. + +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 `find`. + +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 + + + + + 2017-12-17 + 6.1.0 + Packaging update + Fabio Forni + fabio0x@keemail.me + + + \ No newline at end of file