1 { lib, stdenv, fetchFromGitHub, zlib, libarchive, openssl }:
3 stdenv.mkDerivation rec {
12 buildInputs = [ zlib libarchive openssl ];
14 src = fetchFromGitHub {
15 owner = "ivan-tkatchev";
18 sha256 = "089dkbh5705ppyi920rd0ksjc0143xmvnhm8qrx93rsgwc1ggi1y";
22 homepage = "https://github.com/ivan-tkatchev/makerpm/";
23 description = "Clean, simple RPM packager reimplemented completely from scratch";
24 mainProgram = "makerpm";
25 license = licenses.free;
26 platforms = platforms.all;
27 maintainers = [ maintainers.ivan-tkatchev ];