22 lines
600 B
Bash
22 lines
600 B
Bash
# Template file for 'mdds'
|
|
#
|
|
# WARNING: When this package is updated by a point version, libetonyek's
|
|
# configure_args needs to be updated.
|
|
#
|
|
|
|
pkgname=mdds
|
|
version=2.1.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
checkdepends="boost-devel"
|
|
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.com/mdds/mdds"
|
|
distfiles="http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2"
|
|
checksum=8a3767f0a60c53261b5ebbaa717381446813aef8cf28fe9d0ea1371123bbe3f1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|