853212def0
svn path=/nixpkgs/trunk/; revision=22434
7 lines
165 B
Nix
7 lines
165 B
Nix
{
|
|
downloadPage = "http://4store.org/download/";
|
|
baseName = "4store";
|
|
choiceCommand = "tail -n 1";
|
|
versionExtractorSedScript = "s@.*-(v[0-9.]+)[.].*@\\1@";
|
|
}
|