vp-build/srcpkgs/mdds/template

23 lines
552 B
Bash

# Template file for 'mdds'
pkgname=mdds
reverts="1.5.0_1"
version=1.4.3
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=25ce3d5af9f6609e1de05bb22b2316e57b74a72a5b686fbb2da199da72349c81
post_install() {
vlicense LICENSE
}
pre_configure() {
autoreconf -fi
}