core/chakra-hardware-detection/PKGBUILD

28 lines
608 B
Bash
Raw Normal View History

2010-05-22 06:07:29 +08:00
#
# Chakra Packages for Chakra, part of chakraos.org
2010-05-22 06:07:29 +08:00
#
pkgname=chakra-hardware-detection
pkgver=20150830
2015-10-23 03:14:13 +08:00
pkgrel=2
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="http://www.chakraos.org"
depends=('bc' 'util-linux' 'chd-nvidia' 'chd-nvidia-340xx' 'chd-nvidia-304xx'
2014-01-31 00:51:07 +08:00
'chd-catalyst' 'dmidecode')
2010-05-22 06:07:29 +08:00
license=('GPL')
_gitname=$pkgname
2015-10-23 03:14:13 +08:00
_gitsha=fe0a675c
source=("$pkgname"::"git://git.chakraos.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