mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-25 00:06:04 +00:00
Remove some stuff I won't use; add dillo
This commit is contained in:
parent
f1289dd9cd
commit
bca957c34c
20
dillo/package.yml
Normal file
20
dillo/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
name : dillo
|
||||
version : 3.0.5
|
||||
release : 1
|
||||
source :
|
||||
- https://www.dillo.org/download/dillo-3.0.5.tar.bz2 : db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
builddeps :
|
||||
- fltk-devel
|
||||
- pkgconfig(xext)
|
||||
- pkgconfig(xfixes)
|
||||
- pkgconfig(xft)
|
||||
setup : |
|
||||
%configure --enable-ssl
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install
|
|
@ -1,19 +0,0 @@
|
|||
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
|
|
@ -1,19 +0,0 @@
|
|||
name : nvimpager
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/lucc/nvimpager.git : develop
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
networking : yes
|
||||
description: |
|
||||
Insert description here
|
||||
builddeps :
|
||||
- neovim
|
||||
- pandoc
|
||||
rundeps :
|
||||
- neovim
|
||||
build : |
|
||||
%make PREFIX=%PREFIX% DESTDIR=%installroot%
|
||||
install : |
|
||||
%make_install PREFIX=%PREFIX% DESTDIR=%installroot%
|
|
@ -1,21 +0,0 @@
|
|||
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
|
|
@ -1,17 +0,0 @@
|
|||
name : tabbed
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- git|git://git.suckless.org/tabbed : master
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
builddeps :
|
||||
- pkgconfig(xft)
|
||||
rundeps :
|
||||
- devil
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install PREFIX=%PREFIX%
|
Loading…
Reference in a new issue