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

22 lines
358 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.1'
pkgrel='2'
depends=(
# System
'base' 'linux' 'linux-firmware'
# Boot loader
'grub' 'efibootmgr'
# Utilities
'lvm2' 'sudo'
# Dotfiles syncronisation
'tos-dotfiles'
)