diff --git a/testing/newsflash/APKBUILD b/testing/newsflash/APKBUILD new file mode 100644 index 00000000000..ef731df1d8b --- /dev/null +++ b/testing/newsflash/APKBUILD @@ -0,0 +1,24 @@ +# Contributor: Alex McGrath +# Maintainer: Alex McGrath +pkgname=newsflash +pkgver=1.0.5 +pkgrel=0 +pkgdesc="An rss feed reader that supports various web based services" +url="https://gitlab.com/news-flash/news_flash_gtk/" +arch="all !s390x" # cargo, rust, libhandy not found +license="GPL-3.0-only" +makedepends="meson bash rust cargo webkit2gtk-dev libhandy-dev sqlite-dev gettext-dev openssl-dev" +source="newsflash-$pkgver.tar.gz::https://gitlab.com/news-flash/news_flash_gtk/-/archive/$pkgver/news_flash_gtk-$pkgver.tar.gz" +options="!check" # no tests +builddir="$srcdir/news_flash_gtk-$pkgver" + +build() { + abuild-meson . output + meson compile -j 2 -C output +} + +package() { + DESTDIR="$pkgdir" meson install --no-rebuild -C output +} + +sha512sums="049b24b45f9e4eb29b135e7810462495bb36ebe54ced779cb7f00952a50e048d43916ab2d31a5b8b225947b4ee51ea7d16ddbf141edb9bd2bdea399233ed0654 newsflash-1.0.5.tar.gz"