archpkgs/gebner-base/PKGBUILD

140 lines
1.3 KiB
Bash
Raw Permalink Normal View History

2020-12-26 16:32:52 +01:00
# Maintainer: Gabriel Ebner <gebner@gebner.org>
pkgname=gebner-base
2020-12-30 21:04:31 +01:00
pkgver=6
2020-12-26 16:32:52 +01:00
pkgrel=1
pkgdesc="Base system config"
arch=(any)
url="https://git.gebner.org/gebner/archpkgs"
license=(MIT)
groups=(gebner)
provides=(vim vi)
conflicts=(vim vi)
replaces=(vim vi)
install=gebner-base.install
depends=(
base
man-db man-pages
)
# base-devel
2020-12-26 17:14:24 +01:00
depends+=(
2020-12-26 16:32:52 +01:00
autoconf automake binutils bison fakeroot file findutils flex gawk gcc
gettext grep groff gzip libtool m4 make pacman patch pkgconf sed sudo texinfo
which
)
depends+=(
sudo
wget
time
neovim
python-pynvim
neovim-remote
fish
# zsh
git
2020-12-26 17:14:24 +01:00
git-subrepo-xdg
2020-12-26 16:32:52 +01:00
hub
tig
make
m4
screen
psmisc
parallel
gnupg
pwgen
the_silver_searcher
ripgrep
fzf
tree
python
ipython
perl
gdb
usbutils
bind
nmap
tcpdump
# telnet
mtr
socat
openbsd-netcat
whois
2020-12-30 20:50:11 +01:00
inetutils
2020-12-26 16:32:52 +01:00
2020-12-30 21:04:31 +01:00
cifs-utils
smbclient
2020-12-26 16:32:52 +01:00
dstat
htop
iotop
strace
iftop
which
unzip zip
file
elinks
links
ctags
wireguard-tools
jq
libb2
strace
ncdu
nftables
iw
avahi
nss-mdns
openssh
)
# aurutils
depends+=(
aurutils
vifm
devtools
pacman-contrib
)
depends+=(
e2fsprogs
exfat-utils
dosfstools
f2fs-tools
)
rootdir=$PWD
package() {
cp -a "$rootdir/files/"* "$pkgdir"
chmod -R 0750 "$pkgdir/etc/sudoers.d"
}