1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2025-01-06 19:57:08 +00:00

Add devil and my st build

This commit is contained in:
Jonathan Hakimi 2020-06-22 22:56:13 -04:00
parent e7013526a6
commit cdd67ad400
2 changed files with 41 additions and 0 deletions

23
devil/package.yml Normal file
View file

@ -0,0 +1,23 @@
name : devil
version : 1
release : 1
source :
- git|https://github.com/DentonW/DevIL.git : master
license : GPL-2.0-or-later
summary : Insert summary here
description: |
Insert description here
builddeps :
- pkgconfig(glut)
- pkgconfig(gl)
- pkgconfig(libpng)
setup : |
mkdir DevIL/build
pushd DevIL/build
%cmake ..
build : |
pushd DevIL/build
%make
install : |
pushd DevIL/build
%make_install

18
st/package.yml Normal file
View file

@ -0,0 +1,18 @@
name : st
version : 1
release : 1
source :
- git|https://github.com/phantop/st.git : master
license : GPL-2.0-or-later
summary : Insert summary here
description: |
Insert description here
builddeps :
- pkgconfig(xft)
- devil-devel
rundeps :
- devil
build : |
%make
install : |
%make_install