1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
6 pkgdesc='C++ L-function class library and command line interface'
8 url='https://gitlab.com/sagemath/lcalc'
11 makedepends=(gengetopt)
12 source=(https://gitlab.com/sagemath/lcalc/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
13 sha256sums=('c64b7284d688cf8986a64bbf0bc802f6efc70c26693fd0d6e3f155b90d5e5a95')
22 ./configure --prefix=/usr \
29 make DESTDIR="$pkgdir" install