mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 18:47:13 +08:00
25 lines
817 B
Bash
25 lines
817 B
Bash
#
|
|
# Core Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# maintainer: inkane@chakra-project.org
|
|
# contributor: abveritas@chakra-project.org
|
|
# contributor: Tobias Powalowski <tpowa@archlinux.org>
|
|
|
|
pkgname=hwdetect
|
|
pkgver=2013.08c
|
|
pkgrel=1
|
|
pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
|
|
arch=('any')
|
|
license=('GPL')
|
|
depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
|
|
optdepends=('cryptsetup: for encrypt mkinitcpio config support'
|
|
'dmraid: for dmraid mkinitcpio config support'
|
|
'lvm2: for lvm2 mkinitcpio config support'
|
|
'mdadm: for raid mkinitcpio config support')
|
|
source=('hwdetect')
|
|
md5sums=('0337fdaf9eea398a79b890c643258ef4')
|
|
|
|
package() {
|
|
install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
|
|
}
|