mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
PKGBUILDs: Clean up spacing
One dependency per line seems to be the way to go here.
This commit is contained in:
parent
f413aff320
commit
2935a4f007
3
.archlinux/PKGBUILDs/tari-bspwm/PKGBUILD
vendored
3
.archlinux/PKGBUILDs/tari-bspwm/PKGBUILD
vendored
@ -1,10 +1,9 @@
|
||||
pkgname=tari-bspwm
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Packages I use specifically for bspwm."
|
||||
arch=('any')
|
||||
depends=(bspwm
|
||||
sxhkd
|
||||
|
||||
dunst
|
||||
compton)
|
||||
|
5
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
5
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
@ -1,23 +1,20 @@
|
||||
pkgname=tari-core
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
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)
|
||||
|
39
.archlinux/PKGBUILDs/tari-dev/PKGBUILD
vendored
39
.archlinux/PKGBUILDs/tari-dev/PKGBUILD
vendored
@ -3,17 +3,38 @@ _httpiever='1.0.0'
|
||||
|
||||
pkgname=tari-dev
|
||||
pkgver=0.1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Packages I use relating to development and other things."
|
||||
arch=('any')
|
||||
depends=(vim neovim httpie exa fd ripgrep
|
||||
fzf jq rsync git tig diff-so-fancy
|
||||
tmux openssh nodejs npm yarn crystal
|
||||
shards llvm rustup ansible docker docker-compose
|
||||
bind-tools pacman-contrib nginx-mainline
|
||||
jdk-openjdk texlive-core texlive-science
|
||||
texlive-humanities texlive-fontsextra texlive-latexextra
|
||||
texlive-bibtexextra minted)
|
||||
depends=(vim
|
||||
neovim
|
||||
httpie
|
||||
rsync
|
||||
git
|
||||
tig
|
||||
diff-so-fancy
|
||||
tmux
|
||||
nodejs
|
||||
npm
|
||||
yarn
|
||||
crystal
|
||||
shards
|
||||
llvm
|
||||
rustup
|
||||
ansible
|
||||
docker
|
||||
docker-compose
|
||||
bind-tools
|
||||
pacman-contrib
|
||||
nginx-mainline
|
||||
jdk-openjdk
|
||||
texlive-core
|
||||
texlive-science
|
||||
texlive-humanities
|
||||
texlive-fontsextra
|
||||
texlive-latexextra
|
||||
texlive-bibtexextra
|
||||
minted)
|
||||
source=("https://raw.githubusercontent.com/junegunn/vim-plug/${_vimplugver}/plug.vim"
|
||||
"https://raw.githubusercontent.com/jakubroztocil/httpie/${_httpiever}/extras/httpie-completion.fish")
|
||||
sha256sums=('01a138fc0ed99ef2678ba004613acbf8b0c51a85a8d2a1b658ef87af722e98e1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user