mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
2935a4f007
One dependency per line seems to be the way to go here.
21 lines
325 B
Bash
Vendored
21 lines
325 B
Bash
Vendored
pkgname=tari-core
|
|
pkgver=0.2.0
|
|
pkgrel=2
|
|
pkgdesc="Core packages for my Arch setup."
|
|
arch=('any')
|
|
depends=(stow
|
|
python-pywal
|
|
rng-tools
|
|
fd
|
|
exa
|
|
ripgrep
|
|
fzf
|
|
jq
|
|
zip
|
|
unzip
|
|
p7zip
|
|
unrar
|
|
borg
|
|
openssh
|
|
openvpn)
|