forked from extern/nix-config
ba704bab08
Realistically, if I'm installing the tari packages, I more often than not want everything with it. If I am aiming for a minimalist setup without X11 or Wayland, I will probably not use the tari packages anyway.
36 lines
554 B
Bash
Vendored
36 lines
554 B
Bash
Vendored
pkgname=tari-core
|
|
pkgver=0.3.0
|
|
pkgrel=1
|
|
pkgdesc="My Arch Linux setup"
|
|
arch=('any')
|
|
depends=(stow
|
|
python-pywal
|
|
rng-tools
|
|
fd
|
|
exa
|
|
ripgrep
|
|
fzf
|
|
jq
|
|
zip
|
|
unzip
|
|
p7zip
|
|
unrar
|
|
borg
|
|
openssh
|
|
openvpn
|
|
mpd
|
|
mpc
|
|
ncmpcpp
|
|
htop
|
|
neofetch
|
|
fdupes
|
|
youtube-dl
|
|
ranger
|
|
weechat
|
|
ncdu
|
|
task
|
|
cmatrix
|
|
imagemagick
|
|
lolcat
|
|
figlet)
|