arch/extra/PKGBUILD
2024-04-19 17:24:12 +02:00

29 lines
341 B
Bash

# Maintainer: OnTake <ontake@ontake.dev>
pkgname=ontake-extra
pkgver=1
pkgrel=5
pkgdesc="Extra packages"
arch=('any')
url="https://git.ontake.dev/sys/arch"
license=('MIT')
depends=(
# Benchmarks
'hyperfine'
# Debugging
'strace'
# File system
'fdupes'
'lostfiles'
# Git
'git-lfs'
# HTTP
'ali'
'httpie'
# Network
'nethogs'
)