nixpkgs/pkgs/applications/networking/browsers/uzbl/src-info-for-default.nix

10 lines
319 B
Nix
Raw Normal View History

{
baseName = "uzbl-stable";
downloadPage = "http://github.com/Dieterbe/uzbl/downloads";
sourceRegexp = "/tarball/";
versionExtractorSedScript = ''s@.*[/]@@'';
versionReferenceCreator = ''$(replaceAllVersionOccurences)'';
extraVars = "downloadName";
eval_downloadName = ''downloadName=$version.tar.gz'';
}