core/chakra-hardware-detection/PKGBUILD

28 lines
602 B
Bash
Raw Normal View History

2010-05-22 06:07:29 +08:00
#
# Chakra Packages for Chakra, part of chakralinux.org
2010-05-22 06:07:29 +08:00
#
pkgname=chakra-hardware-detection
pkgver=20171106
pkgrel=1
2014-01-31 00:51:07 +08:00
branch="master"
2010-05-22 06:07:29 +08:00
pkgdesc="Hardware detection scripts for Chakra"
arch=('any')
url="https://www.chakralinux.org"
depends=('bc' 'util-linux' 'chd-nvidia' 'chd-nvidia-340xx' 'chd-nvidia-304xx'
'dmidecode')
2010-05-22 06:07:29 +08:00
license=('GPL')
_gitname=$pkgname
2017-09-28 06:23:55 +08:00
_gitsha=820ea19
source=("$pkgname"::"git://git.chakralinux.org/${_gitname}.git#commit=${_gitsha}")
md5sums=('SKIP')
# create tarball: source PKGBUILD && mksource
package(){
cd "$srcdir/$_gitname/"
make install DESTDIR="${pkgdir}"
2010-05-22 06:07:29 +08:00
}
2013-11-06 18:28:12 +08:00