~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH] community/coreboot-ectool: add package

Details
Message ID
<20211022171212.17769-1-catdevnull@riseup.net>
DKIM signature
missing
Download raw message
Patch: +27 -0
From: Nulo <git@nulo.in>

---
 community/coreboot-ectool/APKBUILD | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 community/coreboot-ectool/APKBUILD

diff --git a/community/coreboot-ectool/APKBUILD b/community/coreboot-ectool/APKBUILD
new file mode 100644
index 0000000000..a5c7a5f974
--- /dev/null
+++ b/community/coreboot-ectool/APKBUILD
@@ -0,0 +1,27 @@
# Contributor: Nulo <alpine@nulo.in>
pkgname=coreboot-ectool
pkgver=4.14
pkgrel=0
pkgdesc="Dumps the RAM of a laptop’s Embedded/Environmental Controller (EC)."
url="https://www.coreboot.org"
arch="all"
license="GPL-2.0-only"
depends=""
makedepends=""
options="!check"
subpackages=""
source="https://coreboot.org/releases/coreboot-$pkgver.tar.xz"
builddir="$srcdir/coreboot-$pkgver/util/ectool/"

build() {
	make PREFIX="$pkgdir/usr" all
}

package() {
	mkdir -p "$pkgdir/usr/sbin"
	make PREFIX="$pkgdir/usr" install
}

sha512sums="
14c615472dfe00682e4b0b41b6a04ed3b201395427350f7b53497152f2acc8cbef8144bad06517b413c4076422108bccab2e4732491f5e6fcc4703b14d062b19  coreboot-4.14.tar.xz
"
-- 
2.33.1
Details
Message ID
<163492480749.6885.5260278010267604069.gitlab.26690.6026059a78ab79d38b78a69d8693469c686982a7@listserv.local>
In-Reply-To
<20211022171212.17769-1-catdevnull@riseup.net> (view parent)
DKIM signature
missing
Download raw message
 v2: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26695

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26690#note_187266
Details
Message ID
<163492930718.6885.7421379741540120308.gitlab.26690.683058fcf2d8ed0ce4b5ec157192dfc37129251a@listserv.local>
In-Reply-To
<20211022171212.17769-1-catdevnull@riseup.net> (view parent)
DKIM signature
missing
Download raw message
@Nulo I bet this one should be closed as duplicate

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26690#note_187345
Reply to thread Export thread (mbox)