1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-09-28 21:09:24 +00:00

links-x11 and suckless tabbed

This commit is contained in:
Jonathan Hakimi 2020-07-23 14:56:57 -04:00
parent ba894afe04
commit 659556d33f
2 changed files with 43 additions and 0 deletions

26
links-x11/package.yml Normal file
View file

@ -0,0 +1,26 @@
name : links-x11
version : 2.20.2
release : 12
source :
- http://links.twibright.com/download/links-2.20.2.tar.bz2 : 4b4f07d0e6261118d1365a5a5bfa31e1eafdbd280cfae6f0e9eedfea51a2f424
license : GPL-2.0-or-later
component : network.web.browser
summary : A text WWW browser
description: |
A text WWW browser, similar to Lynx
builddeps :
- pkgconfig(libevent)
- pkgconfig(libpng)
- pkgconfig(libzstd)
- pkgconfig(x11)
- pkgconfig(xt)
- bzip2-devel
- gpm-devel
- librsvg-devel
setup : |
%patch -p1 < $pkgfiles/*.patch
%configure --enable-graphics --with-x --with-fb --x-includes=/usr/include/X11/ --x-libraries=/usr/lib64/X11/
build : |
%make
install : |
%make_install

17
tabbed/package.yml Normal file
View file

@ -0,0 +1,17 @@
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%