void-packages/srcpkgs/mdds/template
2016-05-12 14:33:06 +02:00

19 lines
624 B
Bash

# Template file for 'mdds'
pkgname=mdds
version=1.2.0
revision=1
_gitrev=e02fecf8cca04e96fc052577cc161bdf50631a99
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=9942d8239077367ddb586a1c2610abfe567fe459185df3c454a910a9cd0d2d15
noarch=yes
pre_configure() {
autoreconf -fi
}