1 {lib, stdenv, fetchurl, openssl}:
3 s = # Generated upstream information
7 name="${baseName}-${version}";
8 hash="1xwk6jvl5li8ddlik1lj88qswnyminp9wlf5cm8gg3n54szgcpjn";
9 url="https://github.com/muquit/mailsend/archive/1.19.tar.gz";
10 sha256="1xwk6jvl5li8ddlik1lj88qswnyminp9wlf5cm8gg3n54szgcpjn";
17 inherit (s) name version;
20 inherit (s) url sha256;
23 "--with-openssl=${openssl.dev}"
28 url = "https://github.com/muquit/mailsend/commit/960df6d7a11eef90128dc2ae660866b27f0e4336.patch";
29 sha256 = "0vz373zcfl19inflybfjwshcq06rvhx0i5g0f4b021cxfhyb1sm0";
34 description = "CLI email sending tool";
35 license = lib.licenses.bsd3 ;
36 maintainers = [lib.maintainers.raskin];
37 platforms = lib.platforms.linux;
38 homepage = "https://github.com/muquit/mailsend";
39 downloadPage = "https://github.com/muquit/mailsend/releases";