arch/devel/PKGBUILD

23 lines
287 B
Bash
Raw Permalink Normal View History

2024-04-19 17:24:12 +02:00
# 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'
)