mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-21 22:33:12 +00:00
Use Makefiles for consistency with official Solus
This commit is contained in:
parent
f9d5ba40d6
commit
7d7a5497ee
5
package.yml → addrepo
Normal file → Executable file
5
package.yml → addrepo
Normal file → Executable 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
1
bcml/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
5
build
5
build
|
@ -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
1
ddccontrol/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
debootstrap/Makefile
Normal file
1
debootstrap/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
dwarfs/Makefile
Normal file
1
dwarfs/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
earlyoom/Makefile
Normal file
1
earlyoom/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
hid-nintendo/Makefile
Normal file
1
hid-nintendo/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
joycond/Makefile
Normal file
1
joycond/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
mpv-mpris/Makefile
Normal file
1
mpv-mpris/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
nextdns/Makefile
Normal file
1
nextdns/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
ninfs/Makefile
Normal file
1
ninfs/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
torsocks/Makefile
Normal file
1
torsocks/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
waifu2x/Makefile
Normal file
1
waifu2x/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
webp-pixbuf-loader/Makefile
Normal file
1
webp-pixbuf-loader/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
1
zerotier/Makefile
Normal file
1
zerotier/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
Loading…
Reference in a new issue