tos/packages/tos-core/PKGBUILD
2024-07-11 14:58:00 +02:00

22 lines
375 B
Bash

pkgname='tos-core'
pkgdesc='The base packages of Tipragot OS'
arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
pkgver='0.1.2'
pkgrel='1'
depends=(
# System
'base' 'linux' 'linux-firmware' 'networkmanager'
# Boot loader
'grub' 'efibootmgr'
# Utilities
'lvm2' 'sudo'
# Dotfiles syncronisation
'tos-dotfiles'
)