1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-11-01 12:24:29 +00:00
solus-stuff/dwarfs/package.yml

35 lines
914 B
YAML
Raw Normal View History

2021-01-10 18:45:09 +00:00
name : dwarfs
2022-09-09 19:32:17 +00:00
version : 0.6.1
release : 1
2021-01-10 18:45:09 +00:00
source :
2022-09-09 19:32:17 +00:00
- git|https://github.com/mhx/dwarfs.git : main
2021-03-06 16:58:35 +00:00
license : GPL-3.0-or-later
2021-01-10 18:45:09 +00:00
networking : yes
2022-09-09 19:32:17 +00:00
clang : no
2021-03-06 16:58:35 +00:00
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.
2021-01-10 18:45:09 +00:00
builddeps :
- double-conversion-devel
- fuse-devel
- fmt-devel
- gflags-devel
- glog-devel
- jemalloc-devel
2021-03-06 16:58:35 +00:00
- libarchive-devel
2021-01-10 18:45:09 +00:00
- libboost-devel
- libevent-devel
- lz4-devel
- ruby-devel
- sparsehash
2021-03-06 16:58:35 +00:00
- xxhash-devel
2021-01-10 18:45:09 +00:00
- zstd-devel
2021-04-22 13:07:00 +00:00
optimize : speed
2021-01-10 18:45:09 +00:00
setup : |
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
gem install --user-install ronn
2022-01-01 06:49:19 +00:00
%cmake -DPREFER_SYSTEM_ZSTD=1 -DPREFER_SYSTEM_XXHASH=1
2021-01-10 18:45:09 +00:00
build : |
%make
install : |
%make_install