19 lines
624 B
Bash
19 lines
624 B
Bash
# Template file for 'mdds'
|
|
pkgname=mdds
|
|
version=1.2.2
|
|
revision=1
|
|
_gitrev=e674d03b6ad7df83473b88ea42292aa42e68b06b
|
|
wrksrc="${pkgname}-${version}-${_gitrev}"
|
|
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=825cc1954f02e3dbc10dc36251d9fffde8f7effc332b6ac2c32223e95a5c72d7
|
|
noarch=yes
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|