Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,6 @@ +libc.so.6 +libdl.so.2 +libgcc_s.so.1 +libpthread.so.0 +librt.so.1 +libstdc++.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,14 @@ +name : mergerfs +version : 2.24.2 +release : 1 +source : + - https://github.com/trapexit/mergerfs/releases/download/2.24.2/mergerfs-2.24.2.tar.gz : 91401b54e04ae240d5f8d3ae74946a88afd9ddb7056e212a0e25eac5682fa9ea +license : ISC +component : system.utils +summary : A featureful union filesystem +description: | + Mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices +build : | + %make +install : | + %make_install PREFIX=/usr Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + mergerfs + + James Lee + jamesl33info@gmail.com + + ISC + system.utils + A featureful union filesystem + Mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices + + https://solus-project.com/sources/README.Solus + + + mergerfs + A featureful union filesystem + Mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices + + system.utils + + /usr/bin/mergerfs + /usr/bin/mount.mergerfs + /usr/share/man/man1/mergerfs.1 + + + + + 2018-07-29 + 2.24.2 + Packaging update + James Lee + jamesl33info@gmail.com + + + \ No newline at end of file