~alpine/aports

community/read-it-later: new aport v1 REJECTED

Alistair Francis: 1
 community/read-it-later: new aport

 1 files changed, 25 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3574/mbox | git am -3
Learn more about email & git

[PATCH] community/read-it-later: new aport Export this patch

Signed-off-by: Alistair Francis <alistair@alistair23.me>
---
 community/read-it-later/APKBUILD | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100755 community/read-it-later/APKBUILD

diff --git a/community/read-it-later/APKBUILD b/community/read-it-later/APKBUILD
new file mode 100755
index 0000000000..6d6ffe58bc
--- /dev/null
+++ b/community/read-it-later/APKBUILD
@@ -0,0 +1,25 @@
# Contributor: Alistair Francis <alistair@alistair23.me>
# Maintainer: Alistair Francis <alistair@alistair23.me>
pkgname=read-it-later
pkgver=0.0.2
pkgrel=0
pkgdesc="A Wallabag Client built with GTK"
url="https://gitlab.gnome.org/World/read-it-later"
arch="all !s390x !mips64 !riscv64" # cargo, rust not found
license="GPL-3.0-only"
makedepends="meson bash rust cargo webkit2gtk-dev libhandy-dev sqlite-dev gettext-dev openssl-dev"
source="read-it-later-$pkgver.tar.gz::https://gitlab.gnome.org/World/read-it-later/-/archive/$pkgver/read-it-later-$pkgver.tar.gz"
options="!check" # no tests
builddir="$srcdir/read-it-later-$pkgver"

build() {
	export RUSTC_BOOTSTRAP=obfstr
	abuild-meson . output
	meson compile -j 2 -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}

sha512sums="fce6d6896e434793c03b65c9f960a3006af807084cbc1538a3e1324e2b1aac22ffb284e41e8a4ee94c533cd3cb900256cbf65c97f5e61e6b0938566d2850e459  read-it-later-0.0.2.tar.gz"
-- 
2.31.1
New packages must enter `testing` first.  Please move to `testing`.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23782#note_171213
Some minor nitpicks, but otherwise looks good once the `testing` change is done.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23782#note_171217
Thanks for the review. This has been replaced with https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23831

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23782#note_171512