20 lines
626 B
Bash
20 lines
626 B
Bash
# Template file for 'mdds'
|
|
pkgname=mdds
|
|
version=1.1.0
|
|
revision=1
|
|
_gitrev=ef218ea3d0c7e6e8cc1dc2b3a36149dd6f431155
|
|
build_style=gnu-configure
|
|
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://gitlab.com/mdds/mdds"
|
|
hostmakedepends="automake"
|
|
distfiles="https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=$version>${pkgname}_${version}.tar.gz"
|
|
checksum=457da61cb46947413d05bb6dc948f8d0e1cf4ec79b1d1013a5c1038b720eaec4
|
|
wrksrc="${pkgname}-${version}-${_gitrev}"
|
|
noarch=yes
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|