mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
7 lines
213 B
Nix
7 lines
213 B
Nix
{
|
|
downloadPage = "http://sourceforge.net/projects/ecls/files/";
|
|
baseName = "ecl";
|
|
choiceCommand = "head -1 | sed -e 's@/download@@;'\"$skipRedirectSF\"";
|
|
sourceRegexp = ".*[.](tar.gz|tgz|tbz2|tar.bz2)";
|
|
}
|