1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

cksfv: add license

This commit is contained in:
Markus Kowalewski 2018-09-10 21:14:40 +02:00
parent 19148bd2f1
commit 5d42f2b37f
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}