mirror of
https://github.com/Phantop/solus-stuff
synced 2025-01-08 20:56:53 +00:00
Add devil and my st build
This commit is contained in:
parent
e7013526a6
commit
cdd67ad400
23
devil/package.yml
Normal file
23
devil/package.yml
Normal 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
18
st/package.yml
Normal 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
|
Loading…
Reference in a new issue