blob: 834c65dc032a5578abf25a73e1423334292de0a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = pkgpick-git
pkgdesc = Interactive fzf-based TUI package manager for pacman/AUR/Flatpak/npm/pip/cargo/go/pipx, with a Settings and Cleanup menu, EN/RU UI (git version)
pkgver = r10.d51bbd9
pkgrel = 1
url = https://github.com/ItzDast/pkgpick
arch = any
license = GPL-3.0-or-later
makedepends = git
depends = bash
depends = fzf
depends = pacman
optdepends = yay: AUR search/install/update support
optdepends = paru: alternative AUR helper (used if yay is absent)
optdepends = flatpak: manage Flatpak apps and runtimes
optdepends = npm: manage global npm packages
optdepends = python-pip: manage pip packages
optdepends = cargo: manage cargo-installed binaries
optdepends = go: manage go-installed binaries
optdepends = python-pipx: manage pipx-installed packages
provides = pkgpick
conflicts = pkgpick
source = pkgpick-git::git+https://github.com/ItzDast/pkgpick.git
sha256sums = SKIP
pkgname = pkgpick-git
|