mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
mdds: extract update_* to external update file
This commit is contained in:
parent
dd4f4ece5e
commit
2025bb686c
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@ short_desc="Collection of multi-dimensional data structures and indexing algorit
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.google.com/p/multidimalgorithm/"
|
homepage="https://code.google.com/p/multidimalgorithm/"
|
||||||
update_site="${homepage}wiki/Downloads"
|
|
||||||
distfiles="http://kohei.us/files/mdds/src/${pkgname}_${version}.tar.bz2"
|
distfiles="http://kohei.us/files/mdds/src/${pkgname}_${version}.tar.bz2"
|
||||||
checksum=cd0a0dc8b35d6582efad6898546c86714eb058696ba26b0e7f8914faa002a5ab
|
checksum=cd0a0dc8b35d6582efad6898546c86714eb058696ba26b0e7f8914faa002a5ab
|
||||||
wrksrc="${pkgname}_${version}"
|
wrksrc="${pkgname}_${version}"
|
||||||
|
|
1
srcpkgs/mdds/update
Normal file
1
srcpkgs/mdds/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site="${homepage}wiki/Downloads"
|
Loading…
Add table
Reference in a new issue