lxqt: add update script tailored to LXQt packages
This commit is contained in:
parent
5abed165e0
commit
d50107d17b
@ -2,6 +2,14 @@
|
|||||||
let
|
let
|
||||||
packages = self: with self; {
|
packages = self: with self; {
|
||||||
|
|
||||||
|
# Update script tailored to LXQt packages from git repository
|
||||||
|
lxqtUpdateScript = { pname, version, src }:
|
||||||
|
pkgs.genericUpdater {
|
||||||
|
inherit pname version;
|
||||||
|
attrPath = "lxqt.${pname}";
|
||||||
|
versionLister = "${pkgs.common-updater-scripts}/bin/list-git-tags ${src.meta.homepage}";
|
||||||
|
};
|
||||||
|
|
||||||
# For compiling information, see:
|
# For compiling information, see:
|
||||||
# - https://github.com/lxqt/lxqt/wiki/Building-from-source
|
# - https://github.com/lxqt/lxqt/wiki/Building-from-source
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user