https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
6 lines
159 B
Text
6 lines
159 B
Text
version="@VERSION@"
|
|
description="reading and writing ZIP, JAR and GZIP files"
|
|
requires="unix"
|
|
archive(byte)="zip.cma"
|
|
archive(native)="zip.cmxa"
|
|
linkopts = ""
|