tos/packages/tos-core/PKGBUILD

22 lines
358 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')
pkgver='0.1.1'
pkgrel='2'
depends=(
# System
'base' 'linux' 'linux-firmware'
# 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
)