20 lines
624 B
Bash
20 lines
624 B
Bash
# Template file for 'mdds'
|
|
pkgname=mdds
|
|
version=1.2.3
|
|
revision=1
|
|
_gitrev=08aba857efa2896b202bab09bf0023c714fe6842
|
|
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=379b5c2cf2d73db393aedbbdb7326081e32ed7d96746eccb26d9120f9ce5719c
|
|
noarch=yes
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|