~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
4 3

[PATCH v2] community/coreboot-ectool: add package

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

---
 community/coreboot-ectool/APKBUILD | 25 +++++++++++++++++++++++++
 1 file changed, 25 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..a79dfd1574
--- /dev/null
+++ b/community/coreboot-ectool/APKBUILD
@@ -0,0 +1,25 @@
# 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"
options="!check"
arch="x86 x86_64"
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
<163495458217.6885.15658171847124296318.gitlab.26695.cd3d4bb7c3df6e8d29a5a8d72b7a5d5d55be3aaa@listserv.local>
In-Reply-To
<20211022174203.25542-1-catdevnull@riseup.net> (view parent)
DKIM signature
missing
Download raw message
On Fri, 22 Oct 2021 14:42:03 -0300,  wrote:
> +arch="all"
> +license="GPL-2.0-only"
> +options="!check"

needs explain why

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26695#note_187395
Details
Message ID
<163501298757.6885.4883246976394209866.gitlab.26695.4a43cff09109f7fc42398eaee79c4693b543e311@listserv.local>
In-Reply-To
<20211022174203.25542-1-catdevnull@riseup.net> (view parent)
DKIM signature
missing
Download raw message
comment title needs to be `new aport` instead of `add package`

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26695#note_187534
Details
Message ID
<163503696368.6885.15450048389529286255.gitlab.26695.22508dbffa996cce46b617404fe8bbcdf3fb1311@listserv.local>
In-Reply-To
<20211022174203.25542-1-catdevnull@riseup.net> (view parent)
DKIM signature
missing
Download raw message
Is there a way to modify this patch? I can make a normal MR instead

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26695#note_187632
Details
Message ID
<163536750191.6885.9288518550284173932.gitlab.26695.22508dbffa996cce46b617404fe8bbcdf3fb1311@listserv.local>
In-Reply-To
<163503696368.6885.15450048389529286255.gitlab.26695.22508dbffa996cce46b617404fe8bbcdf3fb1311@listserv.local> (view parent)
DKIM signature
missing
Download raw message
@andypost @Leo

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