15 lines
441 B
Bash
15 lines
441 B
Bash
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
|
|
# Contributor: Librewish <librewish@gmail.com>
|
|
|
|
pkgname='grub-condor'
|
|
pkgdesc='Meta-package for using GRUB on Condor Linux'
|
|
pkgver=2.00
|
|
pkgrel=1
|
|
url='https://www.gnu.org/software/grub/'
|
|
arch=('any')
|
|
license=('GPL3')
|
|
conflicts=('grub-garuda' 'grub-customizer')
|
|
provides=('grub-garuda')
|
|
makedepends=('git')
|
|
depends=('grub' 'update-grub' 'os-prober-btrfs' 'efibootmgr' 'memtest86+')
|