mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-24 15:55:59 +00:00
35 lines
949 B
YAML
35 lines
949 B
YAML
name : dwarfs
|
|
version : 0.6
|
|
release : 6
|
|
source :
|
|
- git|https://github.com/mhx/dwarfs.git : e29aed883e42c60aba6198e65100f46e9136f619
|
|
license : GPL-3.0-or-later
|
|
networking : yes
|
|
clang : yes
|
|
summary : A fast high compression read-only file system
|
|
description: DwarFS is a read-only file system with a focus on achieving very high compression ratios in particular for very redundant data.
|
|
builddeps :
|
|
- double-conversion-devel
|
|
- fuse-devel
|
|
- fmt-devel
|
|
- gflags-devel
|
|
- glog-devel
|
|
- jemalloc-devel
|
|
- libarchive-devel
|
|
- libboost-devel
|
|
- libevent-devel
|
|
- lz4-devel
|
|
- ruby-devel
|
|
- sparsehash
|
|
- xxhash-devel
|
|
- zstd-devel
|
|
optimize : speed
|
|
setup : |
|
|
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
|
|
gem install --user-install ronn
|
|
%cmake -DPREFER_SYSTEM_ZSTD=1 -DPREFER_SYSTEM_XXHASH=1
|
|
build : |
|
|
%make
|
|
install : |
|
|
%make_install
|