mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-16 20:03:54 +00:00
14 lines
346 B
YAML
14 lines
346 B
YAML
|
name : jdupes
|
||
|
version : 1
|
||
|
release : 1
|
||
|
source :
|
||
|
- git|https://github.com/jbruchon/jdupes : master
|
||
|
license : GPL-2.0-or-later
|
||
|
summary : Insert summary here
|
||
|
description: |
|
||
|
Insert description here
|
||
|
build : |
|
||
|
%make ENABLE_BTRFS=1 ENABLE_DEDUPE=1 STATIC_DEDUPE_H=1
|
||
|
install : |
|
||
|
%make_install PREFIX=%PREFIX%
|