1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
2 # Contributor: Guillaume Horel <guillaume.horel@gmail.com>
7 pkgdesc='A lightweight conic solver for second-order cone programming'
8 url='https://github.com/embotech/ecos/wiki'
13 source=(https://github.com/embotech/ecos/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
14 sha256sums=('1aa24b5782b84fa33df2987510fb8f60f5f999cc2d3a5c73cfc3eb5e5f3b46af')
17 cmake -B build -S $pkgname-$pkgver \
18 -DCMAKE_INSTALL_PREFIX="/usr"
23 DESTDIR="$pkgdir" cmake --install build