mirror of
https://github.com/Phantop/solus-stuff
synced 2024-12-13 08:24:54 +00:00
Compare commits
2 commits
c22a8de338
...
9ebf82c682
Author | SHA1 | Date | |
---|---|---|---|
Phantop | 9ebf82c682 | ||
Phantop | f3bc30300f |
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
*.eopkg
|
*.eopkg
|
||||||
packager
|
|
||||||
pspec_x86_64.xml
|
pspec_x86_64.xml
|
||||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "common"]
|
||||||
|
path = common
|
||||||
|
url = sol:common
|
1
Makefile.common
Symbolic link
1
Makefile.common
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
common/Makefile.common
|
1
common
Submodule
1
common
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0ce8acfb7d84c51798046c7788f85b9e7aa8e12b
|
|
@ -1,13 +1,13 @@
|
||||||
name : jdupes
|
name : debootstrap
|
||||||
version : 1
|
version : 1
|
||||||
release : 1
|
release : 1
|
||||||
source :
|
source :
|
||||||
- git|https://github.com/jbruchon/jdupes : master
|
- git|https://salsa.debian.org/installer-team/debootstrap.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
|
||||||
build : |
|
build : |
|
||||||
%make ENABLE_BTRFS=1 ENABLE_DEDUPE=1 STATIC_DEDUPE_H=1
|
%make
|
||||||
install : |
|
install : |
|
||||||
%make_install PREFIX=%PREFIX%
|
%make_install
|
|
@ -8,6 +8,6 @@ summary : Insert summary here
|
||||||
description: |
|
description: |
|
||||||
Insert description here
|
Insert description here
|
||||||
build : |
|
build : |
|
||||||
%make PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
%make
|
||||||
install : |
|
install : |
|
||||||
%make_install PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
%make_install PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
||||||
|
|
Loading…
Reference in a new issue