upg base remove limine as an optional pkg

This commit is contained in:
joborun linux 2023-10-29 01:00:09 +03:00
parent 324fe319b7
commit 375fca781c
1 changed files with 8 additions and 7 deletions

View File

@ -7,7 +7,7 @@
pkgname=base
pkgver=10.0
pkgrel=07
pkgrel=08
pkgdesc='Minimal set of packages to define a basic JOBORun Linux installation'
url='http://pozol.eu'
groups=( jobbase )
@ -16,19 +16,21 @@ optdepends=('linux-lts: recommended kernel'
'linux: alternative latest lts kernel'
's6-suite: s6 and 66 system and basic booting necessities'
'grub: bootloader capable of a multiboot system of various OSes'
'limine: a new bootloader handling GPT/MBR BIOS/EFI with same config')
'lilo: traditional unix booloader'
'syslinux: another bootloader preferred for live systems'
'opensysusers: 66 provides obsysusers, without s6/66 use this instead')
makedepends=('sh' 'glibc')
package() {
depends=(
# very very core
'base' 'filesystem' 'gcc-libs' 'glibc' 'bash'
# distro defined requirements
'licenses' 'pacman' 'nano' 'zsh' 'jobo-setup' 'arch-install-scripts'
# very very core
'base' 'filesystem' 'gcc-libs' 'glibc' 'bash'
# kernel
# linux-lts recommended but not enforced as with other distros
# we deeply believe in educated choice, and since someone may want
@ -70,5 +72,4 @@ license=('ISC')
sha256sums=(1fdbd46fc0e2ed0bd25c4164e841a0bc55337a37970035c5dc10df333e577aa4) # README.txt
## 1beb3260cf7b304e17596c674e88fbc98168568030adf9992b18a5a1a6dcf8a2 base-10.0-07-x86_64.pkg.tar.lz
## f96df42b9f9d8cb4f89735778c3d31eaa7d62b4d4ca795e2cd8d489fbcb4084f base-10.0-08-x86_64.pkg.tar.lz