~alpine/aports

2 2

[alpine-aports] [PATCH 1/2] community/memtester: new aport 4.3.0

Olliver Schinagl <oliver@schinagl.nl>
Details
Message ID
<20190222155602.10401-1-oliver@schinagl.nl>
Sender timestamp
1550850961
DKIM signature
missing
Download raw message
Patch: +34 -0
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
---
 community/memtester/APKBUILD | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 community/memtester/APKBUILD

diff --git a/community/memtester/APKBUILD b/community/memtester/APKBUILD
new file mode 100644
index 0000000000..97b52abec5
--- /dev/null
+++ b/community/memtester/APKBUILD
@@ -0,0 +1,34 @@
# Contributor: Olliver Schinagl <oliver@schinagl.nl>
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
pkgname=memtester
pkgver=4.3.0
pkgrel=0
pkgdesc="A userspace utility for testing the memory subsystem for faults."
url="http://pyropus.ca/software/memtester/"
arch="all"
license="GPL-2.0-or-later"
depends=""
options="!check" # No checks available
subpackages="${pkgname}-doc"
source="http://pyropus.ca/software/memtester/old-versions/memtester-4.3.0.tar.gz"

build()
{
	cd "${builddir}"
	make
}

package()
{
	cd "${builddir}"
	install -D -m 755 "memtester" "${pkgdir}/usr/bin/memtester"
	gzip -c "memtester.8" > "memtester.8.gz" && \
		install -D -m 644 "memtester.8.gz" "${pkgdir}/usr/share/man/man8/memtester.8.gz"
	install -D -m 644 "COPYING" "${pkgdir}/usr/share/doc/${pkgname}/copying"
	gzip -c "README" > "README.gz" && \
		install -D -m 644 "README.gz" "${pkgdir}/usr/share/doc/${pkgname}/README.gz"
	gzip -c "README.tests" > "README.tests.gz" && \
		install -D -m 644 "README.tests.gz" "${pkgdir}/usr/share/doc/${pkgname}/README.tests.gz"
}

sha512sums="045bcc73855706ff03e8ca65297a0d6e5b5ac02f99dae0f17cef1310b403efcb78d9a7295eca6d2de703b0a7b2f71b58a37f5a42040f01fc77a321a8d2205888  memtester-4.3.0.tar.gz"
-- 
2.20.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20190227082359.0c1f93aa@ncopa-desktop.copa.dup.pw>
In-Reply-To
<20190222155602.10401-1-oliver@schinagl.nl> (view parent)
Sender timestamp
1551252239
DKIM signature
missing
Download raw message
On Fri, 22 Feb 2019 16:56:01 +0100
Olliver Schinagl <oliver@schinagl.nl> wrote:

> Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
> ---
>  community/memtester/APKBUILD | 34 ++++++++++++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)
>  create mode 100644 community/memtester/APKBUILD

New packages should always go to testing first.


-nc


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Olliver Schinagl <oliver@schinagl.nl>
Details
Message ID
<4E4C8CFA-1757-407D-AB16-6E9D9368E6BD@schinagl.nl>
In-Reply-To
<20190227082359.0c1f93aa@ncopa-desktop.copa.dup.pw> (view parent)
Sender timestamp
1551269879
DKIM signature
missing
Download raw message
Im sorry for not mentioning, but i created since a PR on gh

On February 27, 2019 8:23:59 AM GMT+01:00, Natanael Copa <ncopa@alpinelinux.org> wrote:
>On Fri, 22 Feb 2019 16:56:01 +0100
>Olliver Schinagl <oliver@schinagl.nl> wrote:
>
>> Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
>> ---
>>  community/memtester/APKBUILD | 34 ++++++++++++++++++++++++++++++++++
>>  1 file changed, 34 insertions(+)
>>  create mode 100644 community/memtester/APKBUILD
>
>New packages should always go to testing first.
>
>
>-nc

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Reply to thread Export thread (mbox)