Commit graph

7 commits

Author SHA1 Message Date
crater2150 3eb81b9445 lib: add import-env 2023-06-01 12:08:51 +02:00
Alexander Gehrke 8f10d90f2c Add flatpak dependency handling 2021-08-06 17:27:14 +02:00
Alexander Gehrke 7c14c8ae1a install.zsh: allow alternatives in deps
Specify a dependency as a|b to check if either a or b is available as a
command. The script itself must check at runtime, which one is actually
available and use the right one. Helper methods for this are provided in
lib/common.zsh:
  - `alternatives a b` aliases a to b, if a is not available
  - `alternatives-noparam a b` replaces a with b, if a is not available,
    and discards any parameters (e.g. for replacing a formatter with cat)
2021-01-11 12:29:39 +01:00
Alexander Gehrke 7f01de0a51 New script: pypi-release 2020-07-20 16:34:20 +02:00
Alexander Gehrke 0b1b1344d7 Add "exists" to check for command in scripts 2020-04-07 11:15:53 +02:00
crater2150 b1b6b52fc8 Nicer output when skipping installs 2020-04-02 11:12:27 +02:00
Alexander Gehrke 3d67598c27 Restructuring the repo 2020-04-02 10:38:36 +02:00