forked from Shinonome/dots-hyprland
22 lines
322 B
Bash
22 lines
322 B
Bash
groups=(illogical-impulse)
|
|
pkgname=illogical-impulse-basic
|
|
pkgver=1.0
|
|
pkgrel=3
|
|
pkgdesc='Illogical Impulse Basic Dependencies'
|
|
arch=(any)
|
|
license=(None)
|
|
depends=(
|
|
bc
|
|
coreutils
|
|
cliphist
|
|
cmake
|
|
curl
|
|
wget
|
|
ripgrep
|
|
jq
|
|
xdg-user-dirs
|
|
# Used in install script
|
|
rsync
|
|
go-yq # https://github.com/mikefarah/yq
|
|
)
|