nix-config/.archlinux/PKGBUILDs/tari-cli/PKGBUILD
Donovan Glover 0a5d8f0d75
PKGBUILDs: Add tari-desktop, tari-cli, and tari-bspwm
Now that I understand more about how GNU/Linux distributions, display
managers, and X sessions work, it makes sense to separate meta packages
based on environment used.

When you use a display manager, you're just starting X in a fancy way.
Since you can run any program you want on the X server, it is easy to
install multiple desktop environments on the same machine and switch
between them easily, provided your setup is adequately modular (which
it should be by default).
2018-11-25 13:29:37 -05:00

18 lines
280 B
Bash
Vendored

pkgname=tari-cli
pkgver=0.1.0
pkgrel=1
pkgdesc="Packages for CLI programs I use independent of a desktop environment."
arch=('any')
depends=(mpd
mpc
ncmpcpp
htop
neofetch
fdupes
youtube-dl
ranger
weechat)