tos/packages/tos-core/PKGBUILD

22 lines
375 B
Bash
Raw Normal View History

2023-02-21 12:51:27 +00:00
pkgname='tos-core'
pkgdesc='The base packages of Tipragot OS'
arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
2024-07-11 12:58:00 +00:00
pkgver='0.1.2'
pkgrel='1'
2023-02-21 12:51:27 +00:00
depends=(
# System
2024-07-11 12:58:00 +00:00
'base' 'linux' 'linux-firmware' 'networkmanager'
2023-02-21 12:51:27 +00:00
# Boot loader
'grub' 'efibootmgr'
# Utilities
'lvm2' 'sudo'
2024-07-11 12:53:17 +00:00
# Dotfiles syncronisation
'tos-dotfiles'
2023-02-21 12:51:27 +00:00
)