1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-12-13 08:24:54 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
Phantop 9ebf82c682 Add in the official Makefile 2020-12-28 18:19:58 -05:00
Phantop f3bc30300f Add debootstrap 2020-12-28 14:19:46 -05:00
7 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
*.eopkg *.eopkg
packager
pspec_x86_64.xml pspec_x86_64.xml

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "common"]
path = common
url = sol:common

1
Makefile.common Symbolic link
View file

@ -0,0 +1 @@
common/Makefile.common

1
common Submodule

@ -0,0 +1 @@
Subproject commit 0ce8acfb7d84c51798046c7788f85b9e7aa8e12b

View file

@ -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

View file

@ -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

3
packager Normal file
View file

@ -0,0 +1,3 @@
[Packager]
Name=phantop
Email=phantop@tuta.io