void-packages/srcpkgs/mdds/template
Jürgen Buchmüller b93529eb96 mdds: update to 1.5.0
Revision 2 because 1.5.0_1 already existed once.
2020-01-30 12:30:45 +01:00

22 lines
534 B
Bash

# Template file for 'mdds'
pkgname=mdds
version=1.5.0
revision=2
archs=noarch
build_style=gnu-configure
hostmakedepends="automake"
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=144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d
post_install() {
vlicense LICENSE
}
pre_configure() {
autoreconf -fi
}