mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-22 06:43:29 +00:00
Add dwarfs
This commit is contained in:
parent
4e2bdee08b
commit
f9d5ba40d6
31
dwarfs/package.yml
Normal file
31
dwarfs/package.yml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
name : dwarfs
|
||||||
|
version : 0.3.1
|
||||||
|
release : 1
|
||||||
|
source :
|
||||||
|
- https://github.com/mhx/dwarfs/releases/download/v0.3.1/dwarfs-0.3.1.tar.bz2 : f6d49ef8e39e74d3d0514c3ef42e6a2e874f98229489efa975ec2392df8a37c9
|
||||||
|
license : GPL-2.0-or-later # CHECK ME
|
||||||
|
networking : yes
|
||||||
|
component : PLEASE FILL ME IN
|
||||||
|
summary : PLEASE FILL ME IN
|
||||||
|
description: PLEASE FILL ME IN
|
||||||
|
builddeps :
|
||||||
|
- double-conversion-devel
|
||||||
|
- fuse-devel
|
||||||
|
- fmt-devel
|
||||||
|
- gflags-devel
|
||||||
|
- glog-devel
|
||||||
|
- jemalloc-devel
|
||||||
|
- libboost-devel
|
||||||
|
- libevent-devel
|
||||||
|
- lz4-devel
|
||||||
|
- ruby-devel
|
||||||
|
- sparsehash
|
||||||
|
- zstd-devel
|
||||||
|
setup : |
|
||||||
|
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
|
||||||
|
gem install --user-install ronn
|
||||||
|
%cmake
|
||||||
|
build : |
|
||||||
|
%make
|
||||||
|
install : |
|
||||||
|
%make_install
|
|
@ -8,6 +8,6 @@ summary : Insert summary here
|
||||||
description: |
|
description: |
|
||||||
Insert description here
|
Insert description here
|
||||||
build : |
|
build : |
|
||||||
%make
|
%make PREFIX=/usr SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
||||||
install : |
|
install : |
|
||||||
%make_install PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
%make_install PREFIX=/usr SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
||||||
|
|
|
@ -5,8 +5,7 @@ source :
|
||||||
- git| : master
|
- git| : master
|
||||||
license : GPL-2.0-or-later
|
license : GPL-2.0-or-later
|
||||||
summary : Insert summary here
|
summary : Insert summary here
|
||||||
description: |
|
description: Insert description here
|
||||||
Insert description here
|
|
||||||
builddeps :
|
builddeps :
|
||||||
- pkgconfig(example)
|
- pkgconfig(example)
|
||||||
setup : |
|
setup : |
|
||||||
|
|
Loading…
Reference in a new issue