29 lines
347 B
Bash
Raw Normal View History

2024-03-30 17:02:32 +00:00
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-extra
pkgver=1
2024-03-31 09:37:19 +00:00
pkgrel=5
2024-03-30 17:02:32 +00:00
pkgdesc="Extra packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
2024-03-31 09:37:19 +00:00
# Benchmarks
'hyperfine'
# Debugging
'strace'
# File system
2024-03-30 17:02:32 +00:00
'fdupes'
2024-03-31 09:37:19 +00:00
'lostfiles'
# Git
2024-03-30 17:02:32 +00:00
'git-lfs'
2024-03-31 09:37:19 +00:00
# HTTP
'ali'
2024-03-30 17:02:32 +00:00
'httpie'
2024-03-31 09:37:19 +00:00
# Network
2024-03-30 19:40:59 +00:00
'nethogs'
2024-03-30 17:02:32 +00:00
)