aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/base/PKGBUILD
blob: 538970f199dd1aa17ca72d38d45cd8f7203d6277 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
pkgname=strisemarx-base
pkgver=30
pkgrel=1
pkgdesc="strisemarx's base metapackage"
arch=('any')
url="https://strisemarx.com"
license=('GPL3')
depends=(
  'acpid'
  'base'
  'base-devel'
  'bash-completion'
  'bat'
  'choose'
  'cpupower'
  'curlie'
  'dashbinsh'
  'doas-sudo-shim'
  'dog'
  'duf'
  'fd'
  'fzf'
  'gdu'
  'git'
  'htop'
  'irqbalance'
  'iwd'
  'jq'
  'lf'
  'libusb-compat'
  'linux-firmware'
  'lsd'
  'lshw'
  'man-db'
  'man-pages'
  'neofetch'
  'neovim'
  'nfs-utils'
  'nmap'
  'ocl-icd'
  'openssh'
  'overdue'
  'pacman-cleanup-hook'
  'pacman-contrib'
  'paru'
  'pass'
  'pbzip2'
  'pigz'
  'pkgstats'
  'procs'
  'qrencode'
  'reflector'
  'ripgrep'
  'rsync'
  'sd'
  'stow'
  'systemd-resolvconf'
  'thermald'
  'tldr'
  'tmux'
  'unzip'
  'wget'
  'wireguard-tools'
  'zsh'
  'zsh-autosuggestions'
  'zsh-completions'
  'zsh-history-substring-search'
  'zsh-syntax-highlighting'
)

# vim: ts=2 sw=2 et: