mirror of
https://github.com/Phantop/solus-stuff
synced 2025-05-24 07:51:15 +00:00
Add interception-tools and skr
This commit is contained in:
parent
2303650ef0
commit
d2429672a6
19
interception-tools/package.yml
Normal file
19
interception-tools/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name : interception-tools
|
||||||
|
version : 1
|
||||||
|
release : 1
|
||||||
|
source :
|
||||||
|
- git|https://gitlab.com/interception/linux/tools.git : master
|
||||||
|
license : GPL-2.0-or-later
|
||||||
|
summary : Insert summary here
|
||||||
|
description: |
|
||||||
|
Insert description here
|
||||||
|
builddeps :
|
||||||
|
- pkgconfig(libevdev)
|
||||||
|
- pkgconfig(libudev)
|
||||||
|
- pkgconfig(yaml-cpp)
|
||||||
|
setup : |
|
||||||
|
%cmake
|
||||||
|
build : |
|
||||||
|
%make
|
||||||
|
install : |
|
||||||
|
%make_install
|
21
skr/package.yml
Normal file
21
skr/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
name : skr
|
||||||
|
version : 1
|
||||||
|
release : 1
|
||||||
|
source :
|
||||||
|
- git|https://github.com/DavRack/skr.git : master
|
||||||
|
license : GPL-2.0-or-later
|
||||||
|
summary : Insert summary here
|
||||||
|
description: |
|
||||||
|
Insert description here
|
||||||
|
rundeps :
|
||||||
|
- interception-tools
|
||||||
|
build : |
|
||||||
|
gcc src/core/main.c -o skr
|
||||||
|
gcc src/kid/skrkid.c -o skrkid
|
||||||
|
install : |
|
||||||
|
install -D -d -m 0755 $installdir/usr/share/skr
|
||||||
|
cp -r src/parser $installdir/usr/share/skr/parser
|
||||||
|
install -D -m 00755 skrkid $installdir/usr/share/skr/skrkid
|
||||||
|
|
||||||
|
install -D -d -m 0755 $installdir/usr/bin
|
||||||
|
install -D -m 00755 skr $installdir/usr/bin/skr
|
Loading…
Reference in a new issue