Merge pull request #329321 from atorres1985-contrib/elisp-andersontorres

emacsPackages: add update scripts on those maintained by AndersonTorres
This commit is contained in:
Lin Jian
2024-07-24 13:37:10 +08:00
committed by GitHub
5 changed files with 16 additions and 1 deletions
@@ -3,6 +3,7 @@
color-theme,
fetchFromGitHub,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -18,6 +19,8 @@ melpaBuild {
packageRequires = [ color-theme ];
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "http://ethanschoonover.com/solarized";
description = "Precision colors for machines and people; Emacs implementation";
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -15,6 +16,8 @@ melpaBuild {
hash = "sha256-3QDw4W3FbFvb2zpkDHAo9BJKxs3LaehyvUVJPKqS9RE=";
};
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://github.com/ichernyshovvv/grid.el";
description = "Library to put text data into boxes and manipulate them";
@@ -2,6 +2,7 @@
lib,
melpaBuild,
fetchFromGitHub,
unstableGitUpdater,
}:
melpaBuild {
@@ -16,6 +17,8 @@ melpaBuild {
hash = "sha256-kD+Fyps3fc5YK6ATU1nrkKHazGMYJnU2gRcpQZf6A1E=";
};
passthru.updateScript = unstableGitUpdater { };
meta = {
homepage = "https://www.emacswiki.org/emacs/IsearchPlus";
description = "Extensions to isearch";
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -15,10 +16,12 @@ melpaBuild {
hash = "sha256-A1Kt4nm7iRV9J5yaLupwiNL5g7ddZvQs79dggmqZ7Rk=";
};
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://www.emacswiki.org/emacs/IsearchPlus";
description = "Search text- or overlay-property contexts";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ leungbk ];
maintainers = with lib.maintainers; [ leungbk AndersonTorres ];
};
}
@@ -2,6 +2,7 @@
lib,
melpaBuild,
fetchFromGitHub,
unstableGitUpdater,
}:
melpaBuild {
@@ -16,6 +17,8 @@ melpaBuild {
hash = "sha256-D36qiRi5OTZrBtJ/bD/javAWizZ8NLlC/YP4rdLCSsw=";
};
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://github.com/sunrise-commander/sunrise-commander/";
description = "Orthodox (two-pane) file manager for Emacs";