mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
cksfv: add license
This commit is contained in:
parent
19148bd2f1
commit
5d42f2b37f
|
@ -2,15 +2,16 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cksfv-1.3.14";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://zakalwe.fi/~shd/foss/cksfv/files/${name}.tar.bz2";
|
||||
sha256 = "0lnz0z57phl6s52hjvlryn96xrlph9b0h89ahhv027sa79pj8g4g";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://zakalwe.fi/~shd/foss/cksfv/;
|
||||
description = "A tool for verifying files against a SFV checksum file";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue