1
0
forked from extern/nix-config

PKGBUILDs: Merge tari-dev with tari-core

Not all of these packages may be useful to everyone, and that's fine.
Any list I create won't satisfy everyone, but reducing the number of
PKGBUILDs makes it easier to see and change all the packages installed
on the system as a whole.

Due to the nature of how Arch Linux works, most users won't even need my
PKGBUILDs. With the exception of setting up X with a bare-minimum window
manager, installing and configuring most software is as simple as using
pacman to install that software and symlinking any config files you want
to their relevant directories, if any.
This commit is contained in:
Donovan Glover 2018-12-07 17:47:43 -05:00
parent 57177600c6
commit 53f3ef09f4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 31 additions and 36 deletions

View File

@ -1,5 +1,5 @@
pkgname=tari-core
pkgver=0.3.0
pkgver=0.4.0
pkgrel=1
pkgdesc="My Arch Linux setup"
arch=('any')
@ -32,4 +32,33 @@ depends=(stow
cmatrix
imagemagick
lolcat
figlet)
figlet
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)

View File

@ -1,34 +0,0 @@
pkgname=tari-dev
pkgver=0.3.0
pkgrel=1
pkgdesc="Packages I use relating to development and other things."
arch=('any')
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)