solus-stuff/devil/package.yml

24 lines
478 B
YAML

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