29 lines
341 B
Bash
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'
|
|
) |