mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
7 lines
177 B
Nix
7 lines
177 B
Nix
|
{
|
||
|
baseName = "directfb";
|
||
|
downloadPage = "http://directfb.org/index.php?path=Main%2FDownloads";
|
||
|
sourceRegexp = ''DirectFB-.*[.]tar[.].*'';
|
||
|
choiceCommand = ''tail -1'';
|
||
|
}
|