2018-11-13 02:59:39 +01:00
|
|
|
_vimplugver='0.10.0'
|
2018-11-14 20:14:42 +01:00
|
|
|
_httpiever='1.0.0'
|
2018-11-13 02:59:39 +01:00
|
|
|
|
|
|
|
pkgname=tari-dev
|
2018-11-14 20:14:42 +01:00
|
|
|
pkgver=0.1.1
|
2018-12-02 21:30:37 +01:00
|
|
|
pkgrel=2
|
2018-11-13 02:59:39 +01:00
|
|
|
pkgdesc="Packages I use relating to development and other things."
|
|
|
|
arch=('any')
|
2018-12-02 21:30:37 +01:00
|
|
|
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)
|
2018-11-14 20:14:42 +01:00
|
|
|
source=("https://raw.githubusercontent.com/junegunn/vim-plug/${_vimplugver}/plug.vim"
|
|
|
|
"https://raw.githubusercontent.com/jakubroztocil/httpie/${_httpiever}/extras/httpie-completion.fish")
|
|
|
|
sha256sums=('01a138fc0ed99ef2678ba004613acbf8b0c51a85a8d2a1b658ef87af722e98e1'
|
|
|
|
'3d0deae85526fbb580ec35a625a043fd1c585c315ca98ac4e371b714d2d1a3ec')
|
2018-11-13 02:59:39 +01:00
|
|
|
|
|
|
|
package() {
|
2018-11-14 20:14:42 +01:00
|
|
|
install -Dm 644 plug.vim "$pkgdir"/usr/share/vim/vimfiles/autoload/plug.vim
|
|
|
|
install -Dm 644 httpie-completion.fish "$pkgdir"/usr/share/fish/vendor_completions.d/http.fish
|
2018-11-13 02:59:39 +01:00
|
|
|
}
|