1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-10-31 20:14:14 +00:00
solus-stuff/dwarfs/package.yml
2021-09-29 17:01:19 -04:00

35 lines
1,015 B
YAML

name : dwarfs
version : 0.5.6
release : 5
source :
- https://github.com/mhx/dwarfs/releases/download/v0.5.6/dwarfs-0.5.6.tar.xz : e54dfb49b98de5e56f3c512ad93de8a43eaba5ed50125286e7754397353eec6a
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