Remove some stuff I won't use; add dillo

This commit is contained in:
Phantop 2020-12-05 19:47:22 -05:00
parent f1289dd9cd
commit bca957c34c
5 changed files with 20 additions and 76 deletions

20
dillo/package.yml Normal file
View 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

View File

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

View File

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

View File

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

View File

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