arch/devel/PKGBUILD
2024-04-19 17:42:11 +02:00

23 lines
287 B
Bash

# Maintainer: OnTake <ontake@ontake.dev>
pkgname=ontake-devel
pkgver=1
pkgrel=1
pkgdesc="Development packages"
arch=('any')
url="https://git.ontake.dev/sys/arch"
license=('MIT')
depends=(
'base-devel'
# C/C++
'clang'
'lld'
# Go
'go'
'gopls'
# Rust
'rust-analyzer'
'rustup'
)