1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-11-21 14:22:58 +00:00

Add dwarfs

This commit is contained in:
Phantop 2021-01-10 13:45:09 -05:00
parent 4e2bdee08b
commit f9d5ba40d6
4 changed files with 35 additions and 4 deletions

31
dwarfs/package.yml Normal file
View 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

View file

@ -8,6 +8,6 @@ summary : Insert summary here
description: |
Insert description here
build : |
%make
%make PREFIX=/usr SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
install : |
%make_install PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
%make_install PREFIX=/usr SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom

View file

@ -5,8 +5,7 @@ source :
- git| : master
license : GPL-2.0-or-later
summary : Insert summary here
description: |
Insert description here
description: Insert description here
builddeps :
- pkgconfig(example)
setup : |

1
yauto Symbolic link
View file

@ -0,0 +1 @@
common/Scripts/yauto.py