mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/memtest86+: new aport
Tool for detecting memory failures
This commit is contained in:
parent
85ba07d590
commit
7ea73ac580
28
testing/memtest86+/APKBUILD
Normal file
28
testing/memtest86+/APKBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
|
||||
pkgname="memtest86+"
|
||||
pkgver=4.20
|
||||
pkgrel=0
|
||||
pkgdesc="A tool for memory failure detection"
|
||||
url="http://www.memtest.org"
|
||||
arch="noarch"
|
||||
license="GPL"
|
||||
depends=
|
||||
depends_dev=
|
||||
makedepends=
|
||||
install=
|
||||
subpackages=""
|
||||
source="http://www.memtest.org/download/$pkgver/$pkgname-$pkgver.bin.gz"
|
||||
|
||||
prepare() {
|
||||
return 0
|
||||
}
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
install -m644 -D "$srcdir"/$pkgname-$pkgver.bin.gz "$pkgdir"/boot/memtest.bin.gz
|
||||
}
|
||||
|
||||
md5sums="4640a702c3e7a5a74af069f51ab8345f memtest86+-4.20.bin.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user