mimeo: 2021.2 -> 2021.11
Also - add install check and - update download and homepage URLs.
This commit is contained in:
parent
9f7f16789c
commit
d654246e6a
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "mimeo";
|
pname = "mimeo";
|
||||||
version = "2021.2";
|
version = "2021.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://xyne.archlinux.ca/projects/mimeo/src/${pname}-${version}.tar.xz";
|
url = "https://xyne.dev/projects/mimeo/src/${pname}-${version}.tar.xz";
|
||||||
sha256 = "113ip024ggajjdx0l406g6lwypdrddxz6k3640y6lzqjivcgybjf";
|
sha256 = "1fi8svn4hg2hmvv28j026sks1hc0v8wh974g7ixcwfcg2xda6c4p";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ file desktop-file-utils ];
|
buildInputs = [ file desktop-file-utils ];
|
||||||
@ -23,9 +23,14 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
installPhase = "install -Dm755 Mimeo.py $out/bin/mimeo";
|
installPhase = "install -Dm755 Mimeo.py $out/bin/mimeo";
|
||||||
|
|
||||||
|
doInstallCheck = true;
|
||||||
|
installCheckPhase = ''
|
||||||
|
$out/bin/mimeo --help > /dev/null
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Open files by MIME-type or file name using regular expressions";
|
description = "Open files by MIME-type or file name using regular expressions";
|
||||||
homepage = "https://xyne.archlinux.ca/projects/mimeo/";
|
homepage = "https://xyne.dev/projects/mimeo/";
|
||||||
license = [ licenses.gpl2 ];
|
license = [ licenses.gpl2 ];
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user