add memtest86+

This commit is contained in:
utg 2014-03-23 23:39:42 +00:00
parent 466f7b76f9
commit 949e155dc9
2 changed files with 18 additions and 6 deletions

6
.gitignore vendored
View File

@ -1,5 +1,3 @@
.gitignore
_buildscripts
_repo
_sources
@ -13,9 +11,6 @@ build.sh
clean-builddir.sh
clean-workdir.sh
copy.sh
copy-any.sh
fakeuname
get-any.sh
makepkg
move.sh
pkgrels-decrease.sh
@ -36,7 +31,6 @@ recreate-database.sh
upload.sh
upload-nodb.sh
unlock-database.sh
unlock-repo.sh
*-cfg.conf
*-makepkg.conf

18
memtest86+/PKGBUILD Normal file
View File

@ -0,0 +1,18 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer UtG <utg.chakra.linux[at]gmail[dot]com>
pkgname=memtest86+
pkgver=5.01
pkgrel=1
pkgdesc="An advanced memory diagnostic tool"
arch=('x86_64')
url="http://www.memtest.org"
license=('GPL2')
source=(http://www.memtest.org/download/${pkgver}/${pkgname}-${pkgver}.bin.gz)
sha1sums=('acf4b99b435d4e99b8027221524e57d70b8cae47')
package() {
install -D -m644 "${srcdir}/${pkgname}-${pkgver}.bin" "${pkgdir}/boot/memtest86+/memtest.bin"
}