1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://soulsphere.org/projects/lhasa/lhasa-${version}.tar.gz";
9 sha256 = "sha256-p/yIPDBMUIVi+5P6MHpMNCsMiG/MJl8ouS3Aw5IgxbM=";
13 description = "Free Software replacement for the Unix LHA tool";
15 Lhasa is a Free Software replacement for the Unix LHA tool, for
16 decompressing .lzh (LHA / LHarc) and .lzs (LArc) archives. The backend for
17 the tool is a library, so that it can be reused for other purposes.
19 license = licenses.isc;
20 homepage = "http://fragglet.github.io/lhasa";
21 maintainers = [ maintainers.sander ];
23 platforms = platforms.unix;