void-packages/srcpkgs/mdds/template
Jürgen Buchmüller 745536f768 mdds: fix _gitrev
2016-06-24 14:33:48 +02:00

19 lines
624 B
Bash

# Template file for 'mdds'
pkgname=mdds
version=1.2.1
revision=1
_gitrev=6d23b4776524eb9dc94926f599d29b9972167042
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=e0dbf1275d3026f4c286228274cc6c25708c75e65c4e0dc6cb3cc7d16d41072e
noarch=yes
pre_configure() {
autoreconf -fi
}