1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/tools/graphics/asymptote/src-info-for-default.nix
Michael Raskin 5c8272b0bc Adding asymptote graphic generation tool
svn path=/nixpkgs/trunk/; revision=20158
2010-02-21 17:36:41 +00:00

9 lines
310 B
Nix

{
downloadPage = "http://sourceforge.net/projects/asymptote/files/";
baseName = "asymptote";
sourceRegexp = ".*[.]src[.]tgz";
versionExtractorSedScript = ''$extractReleaseSF'';
versionReferenceCreator = ''$(replaceAllVersionOccurences)'';
choiceCommand = ''head -1 | sed -re "$skipRedirectSF"'';
}