dmtx-utils: 0.7.4 -> 0.7.6
This commit is contained in:
parent
d3cd7c36c3
commit
9872e4a892
@ -1,30 +1,33 @@
|
|||||||
{lib, stdenv, fetchurl, libdmtx, pkg-config, imagemagick}:
|
{ lib
|
||||||
let
|
, stdenv
|
||||||
s = # Generated upstream information
|
, fetchFromGitHub
|
||||||
rec {
|
, autoreconfHook
|
||||||
baseName="dmtx-utils";
|
, pkg-config
|
||||||
version="0.7.4";
|
, libdmtx
|
||||||
name="${baseName}-${version}";
|
, imagemagick
|
||||||
hash="1di8ymlziy9856abd6rb72z0zqzmrff4r3vql0q9r5sk5ax4s417";
|
}:
|
||||||
url="mirror://sourceforge/project/libdmtx/libdmtx/0.7.4/dmtx-utils-0.7.4.tar.gz";
|
|
||||||
sha256="1di8ymlziy9856abd6rb72z0zqzmrff4r3vql0q9r5sk5ax4s417";
|
stdenv.mkDerivation rec {
|
||||||
};
|
pname = "dmtx-utils";
|
||||||
nativeBuildInputs = [ pkg-config ];
|
version = "0.7.6";
|
||||||
buildInputs = [
|
|
||||||
libdmtx imagemagick
|
src = fetchFromGitHub {
|
||||||
];
|
owner = "dmtx";
|
||||||
in
|
repo = "dmtx-utils";
|
||||||
stdenv.mkDerivation {
|
rev = "v${version}";
|
||||||
inherit (s) name version;
|
sha256 = "06m3qncqdlcnmw83n95yrx2alaq6bld320ax26z4ndnla41yk0p4";
|
||||||
inherit nativeBuildInputs buildInputs;
|
|
||||||
src = fetchurl {
|
|
||||||
inherit (s) url sha256;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||||
|
|
||||||
|
buildInputs = [ libdmtx imagemagick ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
|
||||||
description = "Data matrix command-line utilities";
|
description = "Data matrix command-line utilities";
|
||||||
license = lib.licenses.lgpl2 ;
|
homepage = "https://github.com/dmtx/dmtx-utils";
|
||||||
maintainers = [lib.maintainers.raskin];
|
changelog = "https://github.com/dmtx/dmtx-utils/blob/v${version}/ChangeLog";
|
||||||
|
license = lib.licenses.lgpl2;
|
||||||
|
maintainers = [ lib.maintainers.raskin ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
url https://sourceforge.net/projects/libdmtx/files/libdmtx/
|
|
||||||
SF_version_dir
|
|
||||||
version_link 'dmtx-utils-.*[.]tar[.][a-z0-9]+/download$'
|
|
||||||
SF_redirect
|
|
Loading…
x
Reference in New Issue
Block a user