34 lines
383 B
Bash
Raw Normal View History

2024-03-30 11:17:15 +00:00
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-devel
pkgver=1
2024-06-03 21:25:11 +00:00
pkgrel=7
2024-03-30 11:17:15 +00:00
pkgdesc="Development packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
2024-03-30 18:53:07 +00:00
'base-devel'
2024-03-31 09:37:19 +00:00
2024-06-03 21:25:11 +00:00
# Assembler
'nasm'
2024-03-31 09:37:19 +00:00
# C/C++
2024-03-30 11:17:15 +00:00
'clang'
2024-03-31 10:36:46 +00:00
'lld'
2024-03-31 09:37:19 +00:00
# Go
2024-03-30 11:17:15 +00:00
'go'
'gopls'
2024-03-31 09:37:19 +00:00
# Godot
'pkgconf'
'scons'
# Lua
'lua'
2024-03-30 17:02:32 +00:00
'lua-language-server'
2024-03-31 09:37:19 +00:00
# Rust
'rust-analyzer'
'rustup'
2024-03-30 11:32:18 +00:00
)