diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-04 21:54:48 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-04 22:05:30 +0300 |
| commit | aeadb1b58e4f9ef2f6e4ee112408ca80f68398a8 (patch) | |
| tree | 4377c7191da21599df75b3a9f2c8a5f80b97e9af /aur | |
| parent | 3b0f8d460a549a91b9555e8edeb36c02d41e73cd (diff) | |
Added two more complex methods of destroying graphical servers in `src/non_critical/gui_destroyer.rs`.
New depends: libx11, wayland_client
Diffstat (limited to 'aur')
| -rw-r--r-- | aur/.SRCINFO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/aur/.SRCINFO b/aur/.SRCINFO new file mode 100644 index 0000000..edca029 --- /dev/null +++ b/aur/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = suicidekit + pkgdesc = A utility to help you beautifully deal with your *NIX system. (break it). Now work in progress. + pkgver = 0.1 + pkgrel = 1 + url = https://github.com/Nam4ik/suicidekit + arch = i686 + arch = x86_64 + arch = aarch64 + license = BSD-2-Clause + makedepends = cargo + depends = bash + depends = rust + depends = alsa-lib + depends = gcc + source = https://github.com/Nam4ik/syskill/archive/refs/tags/v1.tar.gz + sha256sums = SKIP + +pkgname = suicidekit |
