6790312f30
svn path=/nixpkgs/trunk/; revision=22301
10 lines
319 B
Nix
10 lines
319 B
Nix
{
|
|
baseName = "uzbl-stable";
|
|
downloadPage = "http://github.com/Dieterbe/uzbl/downloads";
|
|
sourceRegexp = "/tarball/";
|
|
versionExtractorSedScript = ''s@.*[/]@@'';
|
|
versionReferenceCreator = ''$(replaceAllVersionOccurences)'';
|
|
extraVars = "downloadName";
|
|
eval_downloadName = ''downloadName=$version.tar.gz'';
|
|
}
|