Use Makefiles for consistency with official Solus

This commit is contained in:
Phantop 2021-01-24 14:00:11 -05:00
parent f9d5ba40d6
commit 7d7a5497ee
16 changed files with 21 additions and 3 deletions

5
package.yml → addrepo Normal file → Executable file
View File

@ -1,3 +1,7 @@
#!/bin/bash
mkdir $@
echo include ../Makefile.common > $@/Makefile
cat <<EOF > $@/package.yml
name :
version : 1
release : 1
@ -18,3 +22,4 @@ build : |
install : |
%make_install
%ninja_install
EOF

1
bcml/Makefile Normal file
View File

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

5
build
View File

@ -1,16 +1,15 @@
#!/usr/bin/fish
set profile "-punstable-x86_64"
function buildme
echo Now building (basename $argv)
cd $argv
sudo solbuild build package.yml -d $profile
make
sudo eopkg it --reinstall (basename $argv)*.eopkg
cd ..
end
cd (dirname (realpath (status -f)))
set profile "-punstable-x86_64"
sudo solbuild init $profile
sudo solbuild update $profile

1
ddccontrol/Makefile Normal file
View File

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

1
debootstrap/Makefile Normal file
View File

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

1
dwarfs/Makefile Normal file
View File

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

1
earlyoom/Makefile Normal file
View File

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

1
hid-nintendo/Makefile Normal file
View File

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

1
joycond/Makefile Normal file
View File

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

1
mpv-mpris/Makefile Normal file
View File

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

1
nextdns/Makefile Normal file
View File

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

1
ninfs/Makefile Normal file
View File

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

1
torsocks/Makefile Normal file
View File

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

1
waifu2x/Makefile Normal file
View File

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

View File

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

1
zerotier/Makefile Normal file
View File

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