mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:07:15 +08:00
add memtest86+
This commit is contained in:
parent
466f7b76f9
commit
949e155dc9
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
.gitignore
|
|
||||||
|
|
||||||
_buildscripts
|
_buildscripts
|
||||||
_repo
|
_repo
|
||||||
_sources
|
_sources
|
||||||
@ -13,9 +11,6 @@ build.sh
|
|||||||
clean-builddir.sh
|
clean-builddir.sh
|
||||||
clean-workdir.sh
|
clean-workdir.sh
|
||||||
copy.sh
|
copy.sh
|
||||||
copy-any.sh
|
|
||||||
fakeuname
|
|
||||||
get-any.sh
|
|
||||||
makepkg
|
makepkg
|
||||||
move.sh
|
move.sh
|
||||||
pkgrels-decrease.sh
|
pkgrels-decrease.sh
|
||||||
@ -36,7 +31,6 @@ recreate-database.sh
|
|||||||
upload.sh
|
upload.sh
|
||||||
upload-nodb.sh
|
upload-nodb.sh
|
||||||
unlock-database.sh
|
unlock-database.sh
|
||||||
unlock-repo.sh
|
|
||||||
|
|
||||||
*-cfg.conf
|
*-cfg.conf
|
||||||
*-makepkg.conf
|
*-makepkg.conf
|
||||||
|
18
memtest86+/PKGBUILD
Normal file
18
memtest86+/PKGBUILD
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user