17 lines
436 B
Bash
17 lines
436 B
Bash
|
# Template file for 'sisl'
|
||
|
pkgname=sisl
|
||
|
version=4.6.0
|
||
|
revision=1
|
||
|
wrksrc="SISL-SISL-${version}"
|
||
|
build_style=cmake
|
||
|
short_desc="SINTEF Spline Library"
|
||
|
maintainer="Florian Anderiasch <fa@art-core.org>"
|
||
|
license="AGPL-3.0-only"
|
||
|
homepage="https://github.com/SINTEF-Geometry/SISL"
|
||
|
distfiles="$homepage/archive/SISL-$version.tar.gz"
|
||
|
checksum=b207fe6b4b20775e3064168633256fddd475ff98573408f6f5088a938c086f86
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING
|
||
|
}
|