feedsearch-crawler: add an update script
even though upstream appears to be dead (:
This commit is contained in:
@@ -3,10 +3,11 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
python3,
|
python3,
|
||||||
stdenv,
|
stdenv,
|
||||||
|
unstableGitUpdater,
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "feedsearch-crawler";
|
pname = "feedsearch-crawler";
|
||||||
version = "2022-05-28";
|
version = "0.2.7-unstable-2022-05-28";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@@ -59,10 +60,12 @@ stdenv.mkDerivation {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
meta = with lib; {
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
|
meta = {
|
||||||
homepage = "https://feedsearch.dev";
|
homepage = "https://feedsearch.dev";
|
||||||
description = "Crawl sites for RSS, Atom, and JSON feeds";
|
description = "Crawl sites for RSS, Atom, and JSON feeds";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ colinsane ];
|
maintainers = with lib.maintainers; [ colinsane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user