mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
PKGBUILDs: Merge tari-cli with tari-core
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.
This commit is contained in:
parent
3d9a699812
commit
ba704bab08
20
.archlinux/PKGBUILDs/tari-cli/PKGBUILD
vendored
20
.archlinux/PKGBUILDs/tari-cli/PKGBUILD
vendored
@ -1,20 +0,0 @@
|
||||
pkgname=tari-cli
|
||||
pkgver=0.1.1
|
||||
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
|
||||
ncdu
|
||||
task
|
||||
cmatrix
|
||||
imagemagick
|
||||
lolcat
|
||||
figlet)
|
23
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
23
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
@ -1,7 +1,7 @@
|
||||
pkgname=tari-core
|
||||
pkgver=0.2.0
|
||||
pkgrel=2
|
||||
pkgdesc="Core packages for my Arch setup."
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="My Arch Linux setup"
|
||||
arch=('any')
|
||||
depends=(stow
|
||||
python-pywal
|
||||
@ -17,4 +17,19 @@ depends=(stow
|
||||
unrar
|
||||
borg
|
||||
openssh
|
||||
openvpn)
|
||||
openvpn
|
||||
mpd
|
||||
mpc
|
||||
ncmpcpp
|
||||
htop
|
||||
neofetch
|
||||
fdupes
|
||||
youtube-dl
|
||||
ranger
|
||||
weechat
|
||||
ncdu
|
||||
task
|
||||
cmatrix
|
||||
imagemagick
|
||||
lolcat
|
||||
figlet)
|
||||
|
Loading…
Reference in New Issue
Block a user